mirror of
https://github.com/brendan-ch/project-inter-server.git
synced 2026-04-17 16:00:32 +00:00
add test cases and rename some methods
This commit is contained in:
@@ -23,11 +23,11 @@ export class NotificationRepository {
|
||||
|
||||
}
|
||||
|
||||
public async addNotification(notification: ScheduledNotification) {
|
||||
public async addOrUpdateNotification(notification: ScheduledNotification) {
|
||||
|
||||
}
|
||||
|
||||
public async deleteNotification(lookupArguments: NotificationLookupArguments) {
|
||||
public async deleteNotificationIfExists(lookupArguments: NotificationLookupArguments) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user