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

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

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()) {