From 4a77d1fd8fff68a99fe8858e7ea8110207103ecc Mon Sep 17 00:00:00 2001 From: yerimkoko Date: Mon, 29 Jan 2024 21:30:31 +0900 Subject: [PATCH] =?UTF-8?q?[TDC-48]=20accountId=20=EB=8A=94=20nullable?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/threedollar/service/sticker/StickerActionService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/threedollar-application/src/main/java/com/threedollar/service/sticker/StickerActionService.java b/threedollar-application/src/main/java/com/threedollar/service/sticker/StickerActionService.java index 16b727c..a992b89 100644 --- a/threedollar-application/src/main/java/com/threedollar/service/sticker/StickerActionService.java +++ b/threedollar-application/src/main/java/com/threedollar/service/sticker/StickerActionService.java @@ -94,7 +94,7 @@ private Map getStickerCountKey(StickerGroup sticker } private Map getTargetIdActedByMe(Set targetIds, - String accountId, + @Nullable String accountId, StickerGroup stickerGroup) { if (StringUtils.isBlank(accountId)) { return Collections.emptyMap();