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; }