Skip to content

Commit 9fba2fc

Browse files
Update src/controllers/users.ts
Co-authored-by: William Calderipe <[email protected]>
1 parent c1425a6 commit 9fba2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/users.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export class UsersController extends BaseController {
5151
if (!userId) {
5252
return this.sendErrorResponse(res, {
5353
code: 404,
54-
message: `user id not provided`,
54+
message: 'user id not provided',
5555
});
5656
}
5757
const user = await this.userRepository.findOneById(userId);

0 commit comments

Comments
 (0)