Update Jest and fix loop compatibility
This commit is contained in:
@ -5,7 +5,7 @@ export const dynamic = 'force-dynamic';
|
||||
export const revalidate = 0;
|
||||
|
||||
// Library branch locations with approximate coordinates
|
||||
const LIBRARY_LOCATIONS: Record<string, { lat: number; lng: number }> = {
|
||||
export const LIBRARY_LOCATIONS: Record<string, { lat: number; lng: number }> = {
|
||||
'Beckwourth': { lat: 32.7157, lng: -117.1611 },
|
||||
'Benjamin': { lat: 32.8328, lng: -117.2713 },
|
||||
'Balboa': { lat: 32.7330, lng: -117.1430 },
|
||||
|
||||
Reference in New Issue
Block a user