mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-29 01:47:05 -05:00
Fix critical path catch blocks
This commit is contained in:
@@ -76,7 +76,7 @@ export function EntityPhotoGallery({
|
||||
|
||||
console.log('📷 [FETCH PHOTOS] Mapped photos:', mappedPhotos);
|
||||
setPhotos(mappedPhotos);
|
||||
} catch (error) {
|
||||
} catch (error: unknown) {
|
||||
console.error('📷 [FETCH PHOTOS] Error:', error);
|
||||
} finally {
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user