From 511027d30bf08499586bebcda6645e8bd3b446ab Mon Sep 17 00:00:00 2001 From: nicolasburtey Date: Thu, 27 Jul 2023 12:24:31 +0100 Subject: [PATCH] chore: improve "alert" (#526) Co-authored-by: Nicolas Burtey --- lib/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.ts b/lib/config.ts index 42160a51..946c7648 100644 --- a/lib/config.ts +++ b/lib/config.ts @@ -25,7 +25,7 @@ if (!GRAPHQL_HOSTNAME) { hostParts[0] = "ws" GRAPHQL_WEBSOCKET_URL = `wss://${hostParts.join(".")}/graphql` } else { - alert("window is undefined") + console.log("window is undefined") } }