mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 11:51:14 -05:00
Refactor: Update type safety status
This commit is contained in:
@@ -55,7 +55,7 @@ export function useSessionMonitor() {
|
||||
window.location.href = '/auth';
|
||||
}, 30000);
|
||||
}
|
||||
} catch (error) {
|
||||
} catch (error: unknown) {
|
||||
logger.error('Session monitor check failed', {
|
||||
userId: user.id,
|
||||
action: 'session_monitor',
|
||||
|
||||
Reference in New Issue
Block a user