fix: FINNALY FIXED AND COMPILABLE

This commit is contained in:
2026-06-24 11:37:56 +01:00
parent e9555c9f74
commit 426c1c50a0
13 changed files with 56 additions and 62 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ export default function EventRegistrationForm({ eventId }: { eventId: number })
setTimeout(() => {
router.refresh();
}, 1500);
} catch (err: unknown) {
} catch (err: any) {
setError(err.message);
} finally {
setLoading(false);