refactor(nestjs): authentication

This commit is contained in:
Ahmed Bouhuolia
2025-04-02 15:50:00 +02:00
parent f11b09cd87
commit 18017d25d5
25 changed files with 1650 additions and 30 deletions

View File

@@ -60,8 +60,6 @@ export class TenantDBManager {
const tenant = await this.tenancyContext.getTenant();
const databaseName = this.getDatabaseName(tenant);
console.log(databaseName, 'name')
await this.throwErrorIfTenantDBExists(tenant);
await this.systemKnex.raw(