mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add stop id, in case app wants to switch stops on notification tap
This commit is contained in:
@@ -48,6 +48,7 @@ export class ETANotificationScheduler {
|
|||||||
body: `Shuttle is approaching ${stop.name} in ${Math.ceil(eta.secondsRemaining / 60)} minutes.`,
|
body: `Shuttle is approaching ${stop.name} in ${Math.ceil(eta.secondsRemaining / 60)} minutes.`,
|
||||||
customKeys: {
|
customKeys: {
|
||||||
shuttleId,
|
shuttleId,
|
||||||
|
stopId,
|
||||||
systemId: this.interchangeSystemId,
|
systemId: this.interchangeSystemId,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user