Skip to content

Commit 36c6f9c

Browse files
committed
api 수정
1 parent a42e30b commit 36c6f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/bingo_api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export const updateBingoBoard = async (
8484
};
8585

8686
export const createUserBingoInteraction = async (
87-
word_id_list: string | null,
87+
word_id_list: string,
8888
send_user_id: number,
8989
receive_user_id: number
9090
) => {

0 commit comments

Comments
 (0)