Skip to content

Commit a42e30b

Browse files
committed
빙고 인터렉션 임시수정
1 parent 38ae81f commit a42e30b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/modules/Bingo/BingoContainer.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,8 @@ const BingoContainer = () => {
116116
const user = await getUser(MyID.value);
117117
const opponent = await getUser(opponentID);
118118
updateBingoBoard(user.user_id, opponent.user_id);
119-
const myWords = localStorage.getItem("myWordList");
120119
const res = await createUserBingoInteraction(
121-
myWords,
120+
"",
122121
user.user_id,
123122
opponent.user_id
124123
);

0 commit comments

Comments
 (0)