Skip to content

Commit 112cca7

Browse files
committed
chore: update Google Maps statistics [skip ci]
1 parent dbeb41d commit 112cca7

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-26T06:18:12.122Z"
7+
"lastUpdated": "2025-10-27T06:22:16.602Z"
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-26T06:18:12.122Z
4+
* Last updated: 2025-10-27T06:22:16.603Z
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-26T06:18:12.122Z')
16+
lastUpdated: new Date('2025-10-27T06:22:16.602Z')
1717
}
1818
};
1919

0 commit comments

Comments
 (0)