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