1
0
Fork 0
mirror of synced 2024-09-29 16:51:33 +13:00

Remove self hosted check

This commit is contained in:
Rory Powell 2022-01-20 17:29:15 +00:00
parent b1ec406ae1
commit c4af78cd00

View file

@ -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 &&