Skip to content

Commit

Permalink
JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jimnor0xF committed Mar 3, 2024
1 parent ccb5e5d commit af7445d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FCM.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ function _GCMToFCMPayload(requestData, timeStamp) {
* If the key rawPayload is present in the requestData, a raw payload will be used. Otherwise, conversion is done.
* @param {Object} requestData The request body
* @param {String} pushType Either apple or android.
* @param {Number} timeStamp Used during GCM payload conversion for ttl
* @returns {Object} A FCMv1-compatible payload.
*/
function payloadConverter(requestData, pushType, timeStamp) {
Expand Down

0 comments on commit af7445d

Please sign in to comment.