Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
neelkapse committed May 18, 2023
1 parent 3c991a2 commit 508bf12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/hive-db/src/db/playGameMoves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ export function playGameMove(
authToken: string
): Promise<GameMoveResponse> {
const uri = `/api/game/${game.gid}/play`;
// TODO: Neel: need to play around with this more and figure out any conversion
return postJSON(uri, { Turn: ['.', '${move.notation}'] }, authToken);
}

0 comments on commit 508bf12

Please sign in to comment.