mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 14:50:32 +00:00
refactor(nestjs): authentication
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user