Remove self hosted check
This commit is contained in:
parent
b1ec406ae1
commit
c4af78cd00
|
@ -88,9 +88,6 @@ async function getAppUrlIfNotInUse(ctx) {
|
||||||
if (url) {
|
if (url) {
|
||||||
url = `/${url.replace(URL_REGEX_SLASH, "")}`.toLowerCase()
|
url = `/${url.replace(URL_REGEX_SLASH, "")}`.toLowerCase()
|
||||||
}
|
}
|
||||||
if (!env.SELF_HOSTED) {
|
|
||||||
return url
|
|
||||||
}
|
|
||||||
const deployedApps = await getDeployedApps()
|
const deployedApps = await getDeployedApps()
|
||||||
if (
|
if (
|
||||||
url &&
|
url &&
|
||||||
|
|
Loading…
Reference in New Issue