Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jimnor0xF committed Mar 3, 2024
1 parent 29e7b86 commit ccb5e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FCM.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ FCM.prototype.send = function (data, devices) {
function _APNSToFCMPayload(requestData) {
let coreData = requestData;

// Do not understand the intention of having a data var in the APNS payloads
// Do not understand the intention of having a data object in the APNS payloads
// Users are also confused about this
// https://github.com/parse-community/parse-server/issues/6369#issuecomment-721095800
// but doing it like this to try and match how APNS does things currently even if it's strange.
Expand Down

0 comments on commit ccb5e5d

Please sign in to comment.