Shun Miyazawa %!s(int64=4) %!d(string=hai) anos
pai
achega
15156efe91
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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'),
-
   ],
 };