fix(controller): add missing closing brace in UsersController class
This commit is contained in:
@@ -149,3 +149,4 @@ export class UsersController {
|
|||||||
const updated = await this.usersService.updateEmail(id, dto.email);
|
const updated = await this.usersService.updateEmail(id, dto.email);
|
||||||
return { id: updated.id, username: updated.username, email: updated.email };
|
return { id: updated.id, username: updated.username, email: updated.email };
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user