add method to check if notification is scheduled (for testing

This commit is contained in:
2025-02-02 21:31:24 -08:00
parent fe233dfcbd
commit 11fe22ceea

View File

@@ -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) {
}