fix groups

This commit is contained in:
Philipinho
2024-03-06 17:18:37 +00:00
parent 528b9d70b1
commit 3e174b3838
5 changed files with 77 additions and 28 deletions

View File

@ -60,10 +60,7 @@ export class UserService {
}
async getUserInstance(userId: string) {
console.log('what is')
const user: User = await this.findById(userId);
console.log('what one')
if (!user) {
throw new NotFoundException('User not found');