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

@@ -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);
}