From af7445db8fbcc2ba3d8f5ddd03ec51d07dc3c252 Mon Sep 17 00:00:00 2001 From: jimnor0xF Date: Sun, 3 Mar 2024 21:04:00 +0100 Subject: [PATCH] JSDoc --- src/FCM.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/FCM.js b/src/FCM.js index 5f67825..5bbc971 100644 --- a/src/FCM.js +++ b/src/FCM.js @@ -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) {