We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa49f05 commit dd6a62cCopy full SHA for dd6a62c
1 file changed
src/pushStatusHandler.js
@@ -36,7 +36,7 @@ export default function pushStatusHandler(config) {
36
expiry: body.expiration_time,
37
status: "pending",
38
numSent: 0,
39
- pushHash: md5Hash(data.alert || ''),
+ pushHash: md5Hash(payloadString || ''),
40
// lockdown!
41
ACL: {}
42
}
0 commit comments