add signature and default return for isNotificationScheduled

This commit is contained in:
2025-02-03 21:25:18 -08:00
parent e9c2c8a7bc
commit 737a61fd41

View File

@@ -102,7 +102,8 @@ export class NotificationService {
* @param shuttleId * @param shuttleId
* @param stopId * @param stopId
*/ */
public isNotificationScheduled({ deviceId, shuttleId, stopId }: ScheduledNotificationData) { public isNotificationScheduled({ deviceId, shuttleId, stopId }: ScheduledNotificationData): boolean {
return false;
} }
public cancelAllNotifications(deviceId: string) { public cancelAllNotifications(deviceId: string) {