Skip to content

Commit b0bb3ec

Browse files
committed
remove unnecessary delete
1 parent 849e014 commit b0bb3ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ParsePushAdapter.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export default class ParsePushAdapter {
9494
sendPromises.push(Promise.all(results));
9595
} else if (this.queues[pushType]) {
9696
const { ttl, priority } = data?.queue || {};
97-
delete data?.queue;
9897
sendPromises.push(this.queues[pushType].enqueue({ task: () => sender.send(data, devices), ttl, priority }));
9998
} else {
10099
sendPromises.push(sender.send(data, devices));

0 commit comments

Comments
 (0)