mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-18 02:31:11 +10:00
fix groups
This commit is contained in:
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user