fix(all): TRUE multicloud.

This commit is contained in:
Rodrigo Rodriguez 2024-08-26 21:16:20 -03:00
parent 0ef823c259
commit a1d6cfaf45

View file

@ -292,7 +292,7 @@ export class GBVMService extends GBService {
connections.forEach(async con => { connections.forEach(async con => {
const connectionName = /^\S+/.exec(con['storageDriver'])[0]; const connectionName = con['name'];
const dialect = con['storageDriver']; const dialect = con['storageDriver'];
const host = con['storageServer']; const host = con['storageServer'];