Skip to content

Commit f20ffcd

Browse files
committed
chore: update Google Maps statistics [skip ci]
1 parent 843116f commit f20ffcd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/data/google-maps-stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"totalViews": 0,
55
"totalPhotos": 8826,
66
"totalReviews": 242,
7-
"lastUpdated": "2025-10-13T06:21:03.554Z"
7+
"lastUpdated": "2025-10-14T06:20:12.426Z"
88
}

src/utils/googleMapsCache.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Cached Google Maps statistics
33
* Generated by scripts/fetch-google-maps-stats.js
4-
* Last updated: 2025-10-13T06:21:03.554Z
4+
* Last updated: 2025-10-14T06:20:12.427Z
55
*/
66

77
import type { GoogleMapsStats } from './googleMaps.js';
@@ -13,7 +13,7 @@ export const cachedGoogleMapsStats: Record<string, GoogleMapsStats> = {
1313
totalViews: 0,
1414
totalPhotos: 8826,
1515
totalReviews: 242,
16-
lastUpdated: new Date('2025-10-13T06:21:03.554Z')
16+
lastUpdated: new Date('2025-10-14T06:20:12.426Z')
1717
}
1818
};
1919

0 commit comments

Comments
 (0)