Skip to content

Commit ae1f2b7

Browse files
committed
fix typo
1 parent 47ef260 commit ae1f2b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/routes/play/computeOptimisticGameState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function computeOptimisticGameState(
5858
optimisticJunme = junme + 1;
5959
optimisticRemainTsumo = nextRemainTsumo;
6060
}
61-
} else if (discardFetcher.formAction?.endsWith("/api/tsumogii")) {
61+
} else if (discardFetcher.formAction?.endsWith("/api/tsumogiri")) {
6262
optimisticSutehai = [...sutehai, tsumohai];
6363
optimisticTsumohai = nextTsumohai;
6464
optimisticJunme = junme + 1;

0 commit comments

Comments
 (0)