Skip to content

Commit 5d78afa

Browse files
committed
chore: update Google Maps statistics [skip ci]
1 parent 595e9bd commit 5d78afa

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": 8760,
66
"totalReviews": 242,
7-
"lastUpdated": "2025-08-26T06:20:32.390Z"
7+
"lastUpdated": "2025-08-27T06:19:10.663Z"
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-08-26T06:20:32.391Z
4+
* Last updated: 2025-08-27T06:19:10.663Z
55
*/
66

77
import type { GoogleMapsStats } from './googleMaps.js';
@@ -13,7 +13,7 @@ export const cachedGoogleMapsStats: Record<string, GoogleMapsStats> = {
1313
totalViews: 0,
1414
totalPhotos: 8760,
1515
totalReviews: 242,
16-
lastUpdated: new Date('2025-08-26T06:20:32.390Z')
16+
lastUpdated: new Date('2025-08-27T06:19:10.663Z')
1717
}
1818
};
1919

0 commit comments

Comments
 (0)