fix custom keys so they're spread across payload correctly

This commit is contained in:
2025-04-23 11:54:32 -07:00
parent 4798af9674
commit b3cd399e10

View File

@@ -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();