mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
add signature and default return for isNotificationScheduled
This commit is contained in:
@@ -102,7 +102,8 @@ export class NotificationService {
|
||||
* @param shuttleId
|
||||
* @param stopId
|
||||
*/
|
||||
public isNotificationScheduled({ deviceId, shuttleId, stopId }: ScheduledNotificationData) {
|
||||
public isNotificationScheduled({ deviceId, shuttleId, stopId }: ScheduledNotificationData): boolean {
|
||||
return false;
|
||||
}
|
||||
|
||||
public cancelAllNotifications(deviceId: string) {
|
||||
|
||||
Reference in New Issue
Block a user