Updated one click app auto generated list

This commit is contained in:
Kasra Bigdeli 2019-12-02 22:24:05 -05:00
parent d40fb1a793
commit 9416cc7465
1 changed files with 0 additions and 2 deletions

View File

@ -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', '');