fix: lint

This commit is contained in:
kolaente 2023-08-24 11:27:31 +02:00
parent 1ad03877fb
commit c01957aae2
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

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