mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-20 12:31:26 -05:00
Refactor: Implement logging phases
This commit is contained in:
@@ -383,7 +383,7 @@ export const ReportsQueue = forwardRef<ReportsQueueRef>((props, ref) => {
|
||||
}
|
||||
});
|
||||
} catch (auditError) {
|
||||
console.error('Failed to log report action audit:', auditError);
|
||||
logger.error('Failed to log report action audit', { error: auditError });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user