mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +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,
|
||||
sound: "default"
|
||||
},
|
||||
customKeys,
|
||||
...customKeys,
|
||||
});
|
||||
req.write(payload);
|
||||
req.end();
|
||||
|
||||
Reference in New Issue
Block a user