mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-17 16:42:31 +03:00
Hotfix abusive throw
This commit is contained in:
parent
7621854d4b
commit
509ffddc57
@ -75,7 +75,8 @@ export class UserResolver {
|
||||
select,
|
||||
});
|
||||
assert(user, 'User not found');
|
||||
throw new Error('test2');
|
||||
|
||||
return user;
|
||||
}
|
||||
|
||||
@UseFilters(ExceptionFilter)
|
||||
|
Loading…
Reference in New Issue
Block a user