Skip to content

Commit

Permalink
hothix : conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
KangJiSseok committed Jun 19, 2024
1 parent b430fb8 commit c7d298e
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ public String sendNotificationByToken(FCMNotificationRequestDto requestDto) {
if (member.isPresent()) {
if (member.get().getFirebaseToken() != null) {
Map<String, String> data = new HashMap<>();
<<<<<<< HEAD
data.put("title",requestDto.getTitle());
data.put("body",requestDto.getBody());
=======
data.put("title", requestDto.getTitle());
data.put("body", requestDto.getBody());
>>>>>>> 2f5eb62125f5c6701b7cf15180a0af3f1751349b

Message message = Message.builder()
.setToken(member.get().getFirebaseToken())
Expand Down

0 comments on commit c7d298e

Please sign in to comment.