fix(all): TRUE multicloud.
This commit is contained in:
parent
d08193a8c5
commit
9fff4a80f0
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ export class GBVMService extends GBService {
|
|||
|
||||
connections.forEach(async con => {
|
||||
|
||||
const connectionName = /^\S+/.exec(con['storageDriver'])[0];
|
||||
const connectionName = con['name'];
|
||||
|
||||
const dialect = con['storageDriver'];
|
||||
const host = con['storageServer'];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue