Fix match_collector lint
All checks were successful
pipeline / lint-and-format (push) Successful in 4m29s
pipeline / build-and-push-images (push) Successful in 2m35s

This commit is contained in:
2026-01-22 00:04:18 +01:00
parent 067dcb67ba
commit ef48e748db

View File

@@ -102,9 +102,10 @@ function handleParticipantRunes(participant: any, runes: Array<Rune>) {
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