add test cases and rename some methods

This commit is contained in:
2025-03-27 10:02:13 -07:00
parent 09be37cedb
commit c517d93e3a
2 changed files with 45 additions and 2 deletions

View File

@@ -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) {
}
}