add stop id, in case app wants to switch stops on notification tap

This commit is contained in:
2025-04-22 11:17:10 -07:00
parent 95f2e6ec29
commit 12bdd4c631

View File

@@ -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,
},
}