Skip to content

Commit

Permalink
[FIX] mapper mapping error
Browse files Browse the repository at this point in the history
  • Loading branch information
ohksj77 committed Apr 9, 2024
1 parent 1196c59 commit 1d6f587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public interface NotificationMapper {

@Mapping(target = "notificationId", source = "notification.id")
@Mapping(target = "deviceToken", source = "notification.notificationType")
@Mapping(target = "deviceToken", source = "notification.deviceToken")
@Mapping(target = "title", source = "notification.title")
@Mapping(target = "body", source = "notification.body")
@Mapping(target = "id", source = "notification.idInfo")
Expand Down

0 comments on commit 1d6f587

Please sign in to comment.