Fix: Resolve logger not found errors

This commit is contained in:
gpt-engineer-app[bot]
2025-11-04 21:08:37 +00:00
parent a649906b61
commit 22522b31ac
8 changed files with 17 additions and 17 deletions

View File

@@ -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.",