More arc controller dashboard updates (#10949)

This commit is contained in:
Charles Gagnon
2020-06-17 07:50:10 -07:00
committed by GitHub
parent 691985af2d
commit c86f301e0e
13 changed files with 169 additions and 40 deletions

View File

@@ -108,7 +108,7 @@ export class PostgresModel {
/** Creates a SQL database in the service */
public async createDatabase(db: DuskyObjectModelsDatabase): Promise<DuskyObjectModelsDatabase> {
return await (await this._databaseRouter.createDuskyDatabase(this.namespace, this.name, db)).body;
return (await this._databaseRouter.createDuskyDatabase(this.namespace, this.name, db)).body;
}
/**