Skip to content

Commit

Permalink
Merge pull request #89 from Donut-DONationUTile/feature/fcm
Browse files Browse the repository at this point in the history
fix: 역직렬화 오류 문제 해결
  • Loading branch information
Ganghee-Lee-0522 authored May 1, 2024
2 parents 6ff743c + e39f3e4 commit 43e344f
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package zero.eight.donut.dto.fcm;

import lombok.Getter;
import lombok.RequiredArgsConstructor;

@RequiredArgsConstructor
@Getter
public class FcmTokenRequestDto {
private final String token;
private String token;
}

0 comments on commit 43e344f

Please sign in to comment.