From 4cc5a26afedec092770e892095b1d5add07ce7db Mon Sep 17 00:00:00 2001 From: Drew Ansbacher Date: Tue, 14 Sep 2021 10:50:00 -0600 Subject: [PATCH] no more after --- 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 a68b8d5de..589e5a1e8 100644 --- a/ui/src/app/services/api/api.types.ts +++ b/ui/src/app/services/api/api.types.ts @@ -68,7 +68,7 @@ export module RR { // notification - export type GetNotificationsReq = WithExpire<{ before?: number, after?: number, limit?: number }> // notification.list + export type GetNotificationsReq = WithExpire<{ before?: number, limit?: number }> // notification.list export type GetNotificationsRes = WithRevision[]> export type DeleteNotificationReq = { id: number } // notification.delete