mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 07:11:13 -05:00
Fix console statement violations
This commit is contained in:
@@ -564,7 +564,7 @@ export async function deleteSubmission(
|
||||
shouldRemoveFromQueue: true,
|
||||
};
|
||||
} catch (error) {
|
||||
console.error('Error deleting submission:', error);
|
||||
logger.error('Error deleting submission', { error, submissionId: item.id });
|
||||
return {
|
||||
success: false,
|
||||
message: 'Failed to delete submission',
|
||||
|
||||
Reference in New Issue
Block a user