mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
remove redundant comments
This commit is contained in:
@@ -184,11 +184,6 @@ export class NotificationService {
|
|||||||
|
|
||||||
this.repository.unsubscribeFromEtaUpdates(this.etaSubscriberCallback);
|
this.repository.unsubscribeFromEtaUpdates(this.etaSubscriberCallback);
|
||||||
this.repository.subscribeToEtaUpdates(this.etaSubscriberCallback);
|
this.repository.subscribeToEtaUpdates(this.etaSubscriberCallback);
|
||||||
|
|
||||||
// In the subscriber callback:
|
|
||||||
// If the ETA matches, call sendNotification with the necessary parameters
|
|
||||||
// If it was successful, unsubscribe the callback
|
|
||||||
// If it wasn't, leave it until the next ETA update
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user