diff --git a/server/api/api/v1/notifications/index.ts b/server/api/api/v1/notifications/index.ts index 41b5ca7f..754fa201 100644 --- a/server/api/api/v1/notifications/index.ts +++ b/server/api/api/v1/notifications/index.ts @@ -42,7 +42,7 @@ export default apiRoute<{ types, } = extraData.parsedRequest; - if (limit > 30) return errorResponse("Limit too high", 400); + if (limit > 80) return errorResponse("Limit too high", 400); if (limit <= 0) return errorResponse("Limit too low", 400);