Updated one click app auto generated list
This commit is contained in:
parent
d40fb1a793
commit
9416cc7465
|
|
@ -28,8 +28,6 @@
|
||||||
if (captainVersion === "1") {
|
if (captainVersion === "1") {
|
||||||
if (contentString.includes("$$cap_root_domain"))
|
if (contentString.includes("$$cap_root_domain"))
|
||||||
throw new Error('V1 should not have root domain')
|
throw new Error('V1 should not have root domain')
|
||||||
} else {
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
apps[i] = apps[i].replace('.json', '');
|
apps[i] = apps[i].replace('.json', '');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue