Skip to content

Commit

Permalink
prod test
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerkrewson committed Jul 28, 2024
1 parent 0384375 commit fe157b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/[gameCode].js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ const Game = ({ loading }) => {
useEffect(() => {
const urlParams = new URLSearchParams(window.location.search);

console.log("acxn urlParams", urlParams);

const isRocketcrab = urlParams.get("rocketcrab") === "true";
const name = urlParams.get("name");

Expand Down

0 comments on commit fe157b2

Please sign in to comment.