Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
chore: improve "alert" (#526)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Burtey <[email protected]>
  • Loading branch information
nicolasburtey and Nicolas Burtey authored Jul 27, 2023
1 parent a79fe11 commit 511027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
}

Expand Down

0 comments on commit 511027d

Please sign in to comment.