1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 05:40:51 +02:00

hotfix: fix prettier

This commit is contained in:
motzik 2024-05-31 12:54:50 +02:00
parent b72d203ee6
commit a0a16acddc

View file

@ -13,8 +13,10 @@ export class Globals {
} else {
// assume deployed somewhere and backend is available at same host/port as frontend
return (
window.location.protocol + '//' + window.location.host + window.location.pathname
.substring(0, window.location.pathname.length - 1)
window.location.protocol +
'//' +
window.location.host +
window.location.pathname.substring(0, window.location.pathname.length - 1)
);
}
}