mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
fix custom keys so they're spread across payload correctly
This commit is contained in:
@@ -119,7 +119,7 @@ export class AppleNotificationSender {
|
|||||||
alert: notificationAlertArguments,
|
alert: notificationAlertArguments,
|
||||||
sound: "default"
|
sound: "default"
|
||||||
},
|
},
|
||||||
customKeys,
|
...customKeys,
|
||||||
});
|
});
|
||||||
req.write(payload);
|
req.write(payload);
|
||||||
req.end();
|
req.end();
|
||||||
|
|||||||
Reference in New Issue
Block a user