mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 22:11:13 -05:00
Fix remaining catch blocks
This commit is contained in:
@@ -39,7 +39,7 @@ export async function trackPageView(
|
||||
entity_id: entityId,
|
||||
session_hash: getSessionHash()
|
||||
});
|
||||
} catch (error) {
|
||||
} catch (error: unknown) {
|
||||
// Fail silently - don't break the page if tracking fails
|
||||
logger.error('Failed to track page view', { entityType, entityId });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user