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 a42e30b commit 36c6f9cCopy full SHA for 36c6f9c
src/api/bingo_api.ts
@@ -84,7 +84,7 @@ export const updateBingoBoard = async (
84
};
85
86
export const createUserBingoInteraction = async (
87
- word_id_list: string | null,
+ word_id_list: string,
88
send_user_id: number,
89
receive_user_id: number
90
) => {
0 commit comments