mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
remove todo for now
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user