Build [v1.8.6] (TypeScript unknown catch type fix)

This commit is contained in:
Daniel Bedeleanu
2026-04-13 19:56:27 +03:00
parent 55e3cf5042
commit 3069a921e7
5 changed files with 21 additions and 21 deletions

View File

@@ -54,7 +54,7 @@ export default function LogsPage() {
});
setAuditLogs(enrichedLogs);
} catch (err) {
} catch (err: any) {
console.error("Critical log load failure:", err);
} finally {
setLoading(false);