Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit 47cde1a

Browse files
author
Nikolas Haimerl
committed
changed past summaries
1 parent e569144 commit 47cde1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

observablehq.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { jsonFetcher } from './src/data/json-fetcher.js'
22
import { getDateXDaysAgo } from './src/utils/date-utils.js'
33

4-
const startProviders = '2024-04-07'
4+
const startProviders = '2024-06-01'
55
const startClients = '2025-02-25'
66
const end = getDateXDaysAgo(1)
77

src/data/spark-clients-rsr.json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { jsonFetcher } from './json-fetcher.js'
22
import { getDateXDaysAgo } from '../utils/date-utils.js'
33

4-
const from = getDateXDaysAgo(7)
4+
const from = getDateXDaysAgo(31)
55
const to = getDateXDaysAgo(1)
66

77
const output = await jsonFetcher(

src/data/spark-miners-rsr.json.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { jsonFetcher } from './json-fetcher.js'
22
import { getDateXDaysAgo } from '../utils/date-utils.js'
33

4-
const from = getDateXDaysAgo(7)
4+
const from = getDateXDaysAgo(31)
55
const to = getDateXDaysAgo(1)
66

77
const output = await jsonFetcher(

0 commit comments

Comments
 (0)