diff --git a/.github/check_types.yml b/.github/workflows/check_types.yml similarity index 100% rename from .github/check_types.yml rename to .github/workflows/check_types.yml diff --git a/src/helpers/state.ts b/src/helpers/state.ts index 3423fd9..b4709c7 100644 --- a/src/helpers/state.ts +++ b/src/helpers/state.ts @@ -3,7 +3,7 @@ import type { TRoundTurnInfo } from '@/types/types-score-scrape' import { BONUS_TURN_ID } from '@/consts' -export const calcRoundTurn = (raw_turn: TRawTurnIdxx): TRoundTurnInfo => { +export const calcRoundTurn = (raw_turn: TRawTurnId): TRoundTurnInfo => { // raw_turn is zero-indexed // The output round and in-round turn are one-indexed if (raw_turn <= 7) {