diff --git a/match_collector/champion_stat.ts b/match_collector/champion_stat.ts index cbcc376..775599a 100644 --- a/match_collector/champion_stat.ts +++ b/match_collector/champion_stat.ts @@ -102,9 +102,10 @@ function handleParticipantRunes(participant: any, runes: Array) { if (addRunes) runes.push(gameRunes) } -// eslint-disable-next-line @typescript-eslint/no-explicit-any function handleMatchItems( + // eslint-disable-next-line @typescript-eslint/no-explicit-any timeline: any, + // eslint-disable-next-line @typescript-eslint/no-explicit-any participant: any, participantIndex: number, builds: Builds