mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 10:11:13 -05:00
Refactor: Update type safety status
This commit is contained in:
@@ -310,8 +310,8 @@ export function useRealtimeSubscriptions(
|
||||
);
|
||||
|
||||
onNewItem(fullItem);
|
||||
} catch (error) {
|
||||
logger.error('Error building new item notification:', error);
|
||||
} catch (error: unknown) {
|
||||
logger.error('Error building new item notification:', { error: getErrorMessage(error) });
|
||||
}
|
||||
}, [
|
||||
filters,
|
||||
|
||||
Reference in New Issue
Block a user