We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ae81f commit a42e30bCopy full SHA for a42e30b
src/modules/Bingo/BingoContainer.tsx
@@ -116,9 +116,8 @@ const BingoContainer = () => {
116
const user = await getUser(MyID.value);
117
const opponent = await getUser(opponentID);
118
updateBingoBoard(user.user_id, opponent.user_id);
119
- const myWords = localStorage.getItem("myWordList");
120
const res = await createUserBingoInteraction(
121
- myWords,
+ "",
122
user.user_id,
123
opponent.user_id
124
);
0 commit comments