2
0
Shun Miyazawa 4 жил өмнө
parent
commit
15156efe91

+ 0 - 1
packages/app/src/server/routes/apiv3/activity.ts

@@ -15,7 +15,6 @@ const validator = {
   list: [
     query('limit').optional().isInt({ max: 100 }).withMessage('limit must be a number less than or equal to 100'),
     query('offset').optional().isInt().withMessage('page must be a number'),
-
   ],
 };