Skip to content

Commit 8dc5a9a

Browse files
committed
chore: update Google Maps statistics [skip ci]
1 parent 1b3dd7a commit 8dc5a9a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/data/google-maps-stats.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"userId": "100234331600740025841",
33
"totalPoints": 46744,
44
"totalViews": 0,
5-
"totalPhotos": 0,
6-
"totalReviews": 0,
7-
"lastUpdated": "2025-07-29T13:39:08.834Z"
5+
"totalPhotos": 8502,
6+
"totalReviews": 211,
7+
"lastUpdated": "2025-07-29T13:49:20.330Z"
88
}

src/utils/googleMapsCache.ts

Lines changed: 4 additions & 4 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-07-29T13:39:08.837Z
4+
* Last updated: 2025-07-29T13:49:20.331Z
55
*/
66

77
import type { GoogleMapsStats } from './googleMaps.js';
@@ -11,9 +11,9 @@ export const cachedGoogleMapsStats: Record<string, GoogleMapsStats> = {
1111
userId: '100234331600740025841',
1212
totalPoints: 46744,
1313
totalViews: 0,
14-
totalPhotos: 0,
15-
totalReviews: 0,
16-
lastUpdated: new Date('2025-07-29T13:39:08.834Z')
14+
totalPhotos: 8502,
15+
totalReviews: 211,
16+
lastUpdated: new Date('2025-07-29T13:49:20.330Z')
1717
}
1818
};
1919

0 commit comments

Comments
 (0)