From 9048d2f1bcc09a451aaa983e197f7bf2e205d393 Mon Sep 17 00:00:00 2001 From: Brendan Chen Date: Mon, 3 Feb 2025 23:54:37 -0800 Subject: [PATCH] remove todo for now --- src/services/NotificationService.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/services/NotificationService.ts b/src/services/NotificationService.ts index a45d177..66ec81d 100644 --- a/src/services/NotificationService.ts +++ b/src/services/NotificationService.ts @@ -145,7 +145,6 @@ 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; }