From f6283c06c700dbe10c4297609382060acb1dfbf1 Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Thu, 16 Sep 2021 10:20:48 -0600 Subject: [PATCH] delete before comment --- ui/src/app/services/api/api.types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/services/api/api.types.ts b/ui/src/app/services/api/api.types.ts index 589e5a1e8..28ef5722f 100644 --- a/ui/src/app/services/api/api.types.ts +++ b/ui/src/app/services/api/api.types.ts @@ -74,7 +74,7 @@ export module RR { export type DeleteNotificationReq = { id: number } // notification.delete export type DeleteNotificationRes = null - export type DeleteAllNotificationsReq = { before: number } // notification.delete.all + export type DeleteAllNotificationsReq = { before: number } // notification.delete-before export type DeleteAllNotificationsRes = null // wifi