주문목록 - 크리에이터 닉네임 추가 #29

Merged
klaus merged 16 commits from test into main 2023-09-08 16:29:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 81e2b43231 - Show all commits

View File

@ -127,8 +127,8 @@ class FcmSendListener(
container = fcmEvent.container container = fcmEvent.container
) )
logger.info("토큰 - $pushTokens")
for (tokens in pushTokens) { for (tokens in pushTokens) {
logger.info("토큰 - $tokens")
pushService.send( pushService.send(
tokens = tokens, tokens = tokens,
title = fcmEvent.title, title = fcmEvent.title,