mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add method to check if notification is scheduled (for testing
This commit is contained in:
@@ -91,6 +91,15 @@ export class NotificationService {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Check whether the notification is scheduled.
|
||||||
|
* @param deviceId
|
||||||
|
* @param shuttleId
|
||||||
|
* @param stopId
|
||||||
|
*/
|
||||||
|
public isNotificationScheduled({ deviceId, shuttleId, stopId }: ScheduledNotificationData) {
|
||||||
|
}
|
||||||
|
|
||||||
public cancelAllNotifications(deviceId: string) {
|
public cancelAllNotifications(deviceId: string) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user