From 296da10199f9f1c8f4eea6b9e5c22b294b3cd8c2 Mon Sep 17 00:00:00 2001 From: tamaina Date: Sat, 4 Sep 2021 21:44:23 +0900 Subject: [PATCH] fix lint --- src/server/api/common/read-notification.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/api/common/read-notification.ts b/src/server/api/common/read-notification.ts index 3270662908..176bbd4e46 100644 --- a/src/server/api/common/read-notification.ts +++ b/src/server/api/common/read-notification.ts @@ -18,7 +18,7 @@ export async function readNotification( }); if (!await Users.getHasUnreadNotification(userId)) return postReadAllNotifications(userId); - else return postReadNotifications(userId, notificationIds) + else return postReadNotifications(userId, notificationIds); } export async function readNotificationByQuery(