Shun Miyazawa 4 lat temu
rodzic
commit
15156efe91
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      packages/app/src/server/routes/apiv3/activity.ts

+ 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'),
-
   ],
 };