mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
fix: system repositories.
This commit is contained in:
@@ -45,7 +45,7 @@ export default class TenantsManagerService implements ITenantManager{
|
||||
*/
|
||||
public async createTenant(): Promise<ITenant> {
|
||||
const { tenantRepository } = this.sysRepositories;
|
||||
const tenant = await tenantRepository.newTenantWithUniqueOrgId();
|
||||
const tenant = await tenantRepository.createWithUniqueOrgId();
|
||||
|
||||
return tenant;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user