mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add system id to the notification payload for good measure
This commit is contained in:
@@ -71,6 +71,7 @@ export class InterchangeSystem {
|
||||
shuttleRepository,
|
||||
notificationRepository,
|
||||
new AppleNotificationSender(),
|
||||
args.id,
|
||||
);
|
||||
notificationScheduler.startListeningForUpdates();
|
||||
|
||||
@@ -115,6 +116,7 @@ export class InterchangeSystem {
|
||||
shuttleRepository,
|
||||
notificationRepository,
|
||||
new AppleNotificationSender(false),
|
||||
args.id,
|
||||
);
|
||||
notificationScheduler.startListeningForUpdates();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user