라이브 예약 후 시작 시 푸시

This commit is contained in:
Klaus 2023-09-09 01:24:32 +09:00
parent 5ff288f739
commit 9578e54ea7
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ class FcmSendListener(
@TransactionalEventListener
@Transactional(propagation = Propagation.REQUIRES_NEW)
fun send(fcmEvent: FcmEvent) {
logger.info("발송타입 - ${fcmEvent.type}")
logger.info("os - ${fcmEvent.container}")
when (fcmEvent.type) {
FcmEventType.ALL -> {
if (fcmEvent.container.isNotBlank()) {