diff --git a/src/main.ts b/src/main.ts index b28f1fb59..c5fc3c4e3 100644 --- a/src/main.ts +++ b/src/main.ts @@ -37,7 +37,7 @@ if (apiUrlFromStorage !== null) { // Make sure the api url does not contain a / at the end if (window.API_URL.endsWith('/')) { - window.API_URL = window.API_URL.slice(0, -1); + window.API_URL = window.API_URL.slice(0, -1) } // directives