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