Skip to content

Commit

Permalink
#LobbyDesign
Browse files Browse the repository at this point in the history
- Cleaned up the code for PR
  • Loading branch information
CheBato committed Dec 15, 2024
1 parent b2640fd commit 592185b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/Lobby/SetUp/SetUp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const SetUp: React.FC<ISetUpProps> = ({
});

if (!response.ok) {
throw new Error("Failed to create game");
throw new Error("Failed to submit deck");
}

sendMessage("startGame");
Expand Down

0 comments on commit 592185b

Please sign in to comment.