From 12bdd4c631f1984d2accebdf5305e86253a1c16c Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Tue, 22 Apr 2025 11:17:10 -0700 Subject: [PATCH] add stop id, in case app wants to switch stops on notification tap --- src/notifications/schedulers/ETANotificationScheduler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notifications/schedulers/ETANotificationScheduler.ts b/src/notifications/schedulers/ETANotificationScheduler.ts index 7d61c11..b269982 100644 --- a/src/notifications/schedulers/ETANotificationScheduler.ts +++ b/src/notifications/schedulers/ETANotificationScheduler.ts @@ -48,6 +48,7 @@ export class ETANotificationScheduler { body: `Shuttle is approaching ${stop.name} in ${Math.ceil(eta.secondsRemaining / 60)} minutes.`, customKeys: { shuttleId, + stopId, systemId: this.interchangeSystemId, }, }