Skip to content

Commit ee144f5

Browse files
authored
Update creator.controller.ts
1 parent 247786d commit ee144f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/creator/creator.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const listCreators: RequestHandler = async (req, res) => {
4242
'Invalid query parameters',
4343
parsed.details
4444
);
45-
}
45+
}
4646

4747
// Destructure once
4848
let { page, limit, sortBy, sortOrder } = parsed.data;

0 commit comments

Comments
 (0)