Skip to content

Commit

Permalink
[TDC-48] accountId 는 nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
yerimkoko committed Jan 29, 2024
1 parent 57a1035 commit 4a77d1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private Map<StickerActionCountKey, Long> getStickerCountKey(StickerGroup sticker
}

private Map<String, StickerAction> getTargetIdActedByMe(Set<String> targetIds,
String accountId,
@Nullable String accountId,
StickerGroup stickerGroup) {
if (StringUtils.isBlank(accountId)) {
return Collections.emptyMap();
Expand Down

0 comments on commit 4a77d1f

Please sign in to comment.