Skip to content

Commit

Permalink
Changed write to review
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerHC committed Jun 30, 2024
1 parent 529012e commit cad12be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type WritePayload = {
};

const [WRITE, write] = createMove<WritePayload>("write");
const [REVIEW, review] = createMove<WritePayload>("write");
const [REVIEW, review] = createMove<WritePayload>("review");

const moves: Moves<B, PB> = {
[WRITE]: {
Expand Down

0 comments on commit cad12be

Please sign in to comment.