mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-22 21:51:14 -05:00
Fix: Resolve logger not found errors
This commit is contained in:
@@ -108,7 +108,7 @@ export default function RideModelDetail() {
|
||||
}
|
||||
}
|
||||
} catch (error) {
|
||||
logger.error('Error fetching data', { error });
|
||||
handleNonCriticalError(error, { action: 'Fetch Ride Model Data', metadata: { manufacturerSlug, modelSlug } });
|
||||
} finally {
|
||||
setLoading(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user