Skip to content

Commit 3c8b0a9

Browse files
committed
Get data from year
1 parent eb0bd76 commit 3c8b0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/heatmap/+Page.client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ function Map() {
134134

135135
function getAllCoords() {
136136
return useAPIResult('/api/matomo', {
137-
date: '2025-01-01,2025-06-24',
137+
date: '2025-01-01,today',
138138
period: 'range',
139139
filter_limit: 10000,
140140
filter_offset: 0,

0 commit comments

Comments
 (0)