Skip to content

Commit

Permalink
Merge pull request #553 from sparcs-kaist/dev
Browse files Browse the repository at this point in the history
Main branch update from Dev branch
  • Loading branch information
kmc7468 authored Sep 24, 2024
2 parents 036a444 + f89a1ab commit d3952b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/fcm.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ const sendMessageByTokens = async (tokens, type, title, body, icon, link) => {
},
apns: { payload: { aps: { alert: { title, body } } } },
android: {
ttl: 0,
priority: "high",
},
};
const { responses, failureCount } =
Expand Down

0 comments on commit d3952b6

Please sign in to comment.