Shun Miyazawa 4 anni fa
parent
commit
15156efe91
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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'),
-
   ],
 };