mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-25 02:11:12 -05:00
Fix: Resolve logger not found errors
This commit is contained in:
@@ -110,7 +110,7 @@ export default function ParkRides() {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
setRides((ridesData || []) as any);
|
||||
} catch (error) {
|
||||
logger.error('Error fetching park and rides', { error });
|
||||
handleNonCriticalError(error, { action: 'Fetch Park Rides', metadata: { parkSlug } });
|
||||
toast({
|
||||
title: "Error",
|
||||
description: "Failed to load park rides.",
|
||||
|
||||
Reference in New Issue
Block a user