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

This commit is contained in:
2023-09-07 22:44:35 +09:00
parent 27c40da7b4
commit 81e2b43231

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,