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 47ef260 commit ae1f2b7Copy full SHA for ae1f2b7
1 file changed
app/routes/play/computeOptimisticGameState.ts
@@ -58,7 +58,7 @@ export function computeOptimisticGameState(
58
optimisticJunme = junme + 1;
59
optimisticRemainTsumo = nextRemainTsumo;
60
}
61
- } else if (discardFetcher.formAction?.endsWith("/api/tsumogii")) {
+ } else if (discardFetcher.formAction?.endsWith("/api/tsumogiri")) {
62
optimisticSutehai = [...sutehai, tsumohai];
63
optimisticTsumohai = nextTsumohai;
64
0 commit comments