Skip to content

Commit

Permalink
[feat] fcm message 양식 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
minwoo0419 committed Jun 12, 2024
1 parent 93eea58 commit 16f7d73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ private Message createMessage(
)
.putData("type", fcmMessageDto.type())
.putData("id", fcmMessageDto.id().toString())
.putData("title", fcmMessageDto.title())
.putData("body", fcmMessageDto.body())
.build();
}
}

0 comments on commit 16f7d73

Please sign in to comment.