Skip to content

Commit

Permalink
release: 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Feb 16, 2024
1 parent b81a396 commit c33c936
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public void publish(String token, Alert alert, Map<String, String> data) {
private Message buildMessage(String token, Alert alert, Map<String, String> data) {
return Message.builder()
.setToken(token)
.setNotification(buildNotification(alert))
.setAndroidConfig(buildAndroidConfig(alert))
.putData("title", alert.getTitle())
.putData("body", alert.getBody())
Expand Down

0 comments on commit c33c936

Please sign in to comment.