mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add signature and default return for isNotificationScheduled
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user