diff --git a/src/user/user.service.ts b/src/user/user.service.ts index 82b33940..6483ea4b 100644 --- a/src/user/user.service.ts +++ b/src/user/user.service.ts @@ -2292,7 +2292,7 @@ export class UserService { }); return; } - console.log("Shubham TEst") + console.log("Shubham Test") const existingMapping = await this.userTenantMappingRepository.findOne({ where: { userId } });