Skip to content

Commit

Permalink
Merge pull request #90 from Donut-DONationUTile/feature/fcm
Browse files Browse the repository at this point in the history
Feature/fcm
  • Loading branch information
Ganghee-Lee-0522 authored May 1, 2024
2 parents 43e344f + 77fb731 commit 88ace78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/zero/eight/donut/service/FcmService.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public ApiResponse<?> registerFcmToken(FcmTokenRequestDto requestDto) throws Exc
() -> fcmTokenRepository.save(FcmToken.builder()
.token(token)
.memberId(member.getId())
.role(member.getRole())
.build())
);

Expand Down

0 comments on commit 88ace78

Please sign in to comment.