mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
More arc controller dashboard updates (#10949)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user