From 90e5fa200e9a8844a24223b249632150ea9e1a01 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 3 Feb 2025 21:51:52 -0800 Subject: [PATCH] add todo --- src/services/NotificationService.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/NotificationService.ts b/src/services/NotificationService.ts index 76651bd..a223e89 100644 --- a/src/services/NotificationService.ts +++ b/src/services/NotificationService.ts @@ -77,6 +77,7 @@ export class NotificationService { private async etaSubscriberCallback(eta: IEta) { const tuple = new TupleKey(eta.shuttleId, eta.stopId); + // TODO: move device IDs object (with TupleKey based string) to its own class if (this.deviceIdsToDeliverTo[tuple.toString()] === undefined) { return; }