diff --git a/src/server/api/endpoints/notifications/read.ts b/src/server/api/endpoints/notifications/read.ts index 6ad413c049..a64b1b5acb 100644 --- a/src/server/api/endpoints/notifications/read.ts +++ b/src/server/api/endpoints/notifications/read.ts @@ -53,5 +53,5 @@ export default define(meta, async (ps, user) => { throw new ApiError(meta.errors.noNotificationRequested); } - return readNotification(user.id, notificationIds) + return readNotification(user.id, notificationIds); });