notification-processor 4.12.0 → 4.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -121,7 +121,7 @@ function _classCallCheck(instance, Constructor) { if (!(instance instanceof Cons
|
|
|
121
121
|
|
|
122
122
|
var ref1, ref2;
|
|
123
123
|
return {
|
|
124
|
-
key: user + "/" + notification.message.EventId + "/" + _this3.app + "|" + _this3.job + "|" + eventType,
|
|
124
|
+
key: user + "/" + notification.message.EventId + "/" + _this3.app + "|" + _this3.job + "|" + eventType + "|" + new Date().toISOString(),
|
|
125
125
|
body: JSON.stringify({
|
|
126
126
|
eventId: notification != null ? (ref1 = notification.message) != null ? ref1.EventId : void 0 : void 0,
|
|
127
127
|
parentEventId: (notification != null ? (ref2 = notification.message) != null ? ref2.ParentEventId : void 0 : void 0) || null,
|