remove todo for now

This commit is contained in:
2025-02-03 23:54:37 -08:00
parent 4a63929cc1
commit 9048d2f1bc

View File

@@ -145,7 +145,6 @@ export class NotificationService {
private async etaSubscriberCallback(eta: IEta) { private async etaSubscriberCallback(eta: IEta) {
const tuple = new TupleKey(eta.shuttleId, eta.stopId); 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) { if (this.deviceIdsToDeliverTo[tuple.toString()] === undefined) {
return; return;
} }