라이브 예약 후 시작 시 푸시 - 테스트

This commit is contained in:
Klaus 2023-09-07 22:44:35 +09:00
parent 27c40da7b4
commit 81e2b43231
1 changed files with 1 additions and 1 deletions

View File

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