mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 09:11:12 -05:00
Fix: Resolve logger not found errors
This commit is contained in:
@@ -87,7 +87,7 @@ export default function OwnerParks() {
|
||||
setParks(parksData || []);
|
||||
}
|
||||
} catch (error) {
|
||||
logger.error('Error fetching data', { error });
|
||||
handleNonCriticalError(error, { action: 'Fetch Owner Parks Data', metadata: { ownerSlug } });
|
||||
} finally {
|
||||
setLoading(false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user