From 871a85d9343cf49646d13dc455c062efadcb959a Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sat, 12 Feb 2022 11:33:52 +0100 Subject: Beatified code --- src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils.ts') diff --git a/src/utils.ts b/src/utils.ts index dcf010a..2beebec 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,4 +1,4 @@ export function getHost() { // @ts-ignore - return import.meta.env.DEV ? 'localhost:4040' : window.location.host + return import.meta.env.DEV ? "localhost:4040" : window.location.host; } -- cgit v1.2.3