mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 07:50:31 +00:00
remove cancelAllNotifications method (one less method to test
This commit is contained in:
@@ -225,8 +225,4 @@ export class NotificationService {
|
||||
}
|
||||
return this.deviceIdsToDeliverTo[tuple.toString()].includes(deviceId);
|
||||
}
|
||||
|
||||
public cancelAllNotifications(deviceId: string) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user