From 9203c615411e6cc05537c76a93e912dd09ac6fa9 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Wed, 1 Oct 2025 22:07:21 +0200 Subject: [PATCH] fix ci? --- frontend/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/main.ts b/frontend/main.ts index fc4a377..5a7bc92 100644 --- a/frontend/main.ts +++ b/frontend/main.ts @@ -425,8 +425,8 @@ function initNewChoice(select: HTMLInputElement) { maxItemText: (maxItemCount) => { return `Nur ${maxItemCount} Ruderer können hinzugefügt werden`; }, - callbackOnInit: function () { - this._currentState.items.forEach(function (obj) { + callbackOnInit: function (this: Choices) { + this._currentState.items.forEach(function (obj: any) { if (boat_in_ottensheim && obj.customProperties) { if (obj.customProperties.is_racing) { const coxSelect = (