fix: updated from 9.3.3 to 15

This commit is contained in:
2026-05-19 20:22:37 +01:00
parent 27806f438f
commit 8589c83fb8
18 changed files with 45 additions and 76 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export default function EventRegistrationForm({ eventId }: { eventId: number })
setTimeout(() => {
router.refresh();
}, 1500);
} catch (err: any) {
} catch (err: unknown) {
setError(err.message);
} finally {
setLoading(false);