1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12: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) {
url = `/${url.replace(URL_REGEX_SLASH, "")}`.toLowerCase()
}
if (!env.SELF_HOSTED) {
return url
}
const deployedApps = await getDeployedApps()
if (
url &&