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

Commit e569144

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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(14)
4+
const from = getDateXDaysAgo(7)
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(14)
4+
const from = getDateXDaysAgo(7)
55
const to = getDateXDaysAgo(1)
66

77
const output = await jsonFetcher(

0 commit comments

Comments
 (0)