There was an error while loading. Please reload this page.
1 parent 247786d commit ee144f5Copy full SHA for ee144f5
1 file changed
src/modules/creator/creator.controller.ts
@@ -42,7 +42,7 @@ export const listCreators: RequestHandler = async (req, res) => {
42
'Invalid query parameters',
43
parsed.details
44
);
45
- }
+ }
46
47
// Destructure once
48
let { page, limit, sortBy, sortOrder } = parsed.data;
0 commit comments