From c01957aae24696812c80b18c77137b5030fc757a Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 24 Aug 2023 11:27:31 +0200 Subject: [PATCH] fix: lint --- src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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