Skip to content

Commit

Permalink
api 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
4roring committed Nov 22, 2024
1 parent a42e30b commit 36c6f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/bingo_api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const updateBingoBoard = async (
};

export const createUserBingoInteraction = async (
word_id_list: string | null,
word_id_list: string,
send_user_id: number,
receive_user_id: number
) => {
Expand Down

0 comments on commit 36c6f9c

Please sign in to comment.