fix(core.gbapp): SaaS missing in PROD.
This commit is contained in:
parent
e9e1bf7df3
commit
b9dbf11f61
1 changed files with 6 additions and 6 deletions
|
@ -471,9 +471,9 @@ export class GBDeployer implements IGBDeployer {
|
||||||
const key = line[1];
|
const key = line[1];
|
||||||
let value = line[2];
|
let value = line[2];
|
||||||
|
|
||||||
if (value.text){value = value.text};
|
|
||||||
|
|
||||||
if (key && value) {
|
if (key && value) {
|
||||||
|
if (value.text) { value = value.text };
|
||||||
obj[key] = value;
|
obj[key] = value;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue