Skip to content

Commit dd6a62c

Browse files
committed
Change pushHash with stringify data
1 parent fa49f05 commit dd6a62c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pushStatusHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function pushStatusHandler(config) {
3636
expiry: body.expiration_time,
3737
status: "pending",
3838
numSent: 0,
39-
pushHash: md5Hash(data.alert || ''),
39+
pushHash: md5Hash(payloadString || ''),
4040
// lockdown!
4141
ACL: {}
4242
}

0 commit comments

Comments
 (0)