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

Commit 1ff7b3b

Browse files
author
Nikolas Haimerl
committed
fmt
1 parent 9d452f1 commit 1ff7b3b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

observablehq.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ const startClients = '2025-02-25'
66
const end = getDateXDaysAgo(1)
77

88
const providersSummary = await jsonFetcher(
9-
`https://stats.filspark.com/miners/retrieval-success-rate/summary?from=${startProviders}&to=${end}`,
9+
`https://stats.filspark.com/miners/retrieval-success-rate/summary?from=${startProviders}&to=${end}`
1010
)
11-
const clientsSummary= await jsonFetcher(
12-
`https://stats.filspark.com/clients/retrieval-success-rate/summary?from=${startClients}&to=${end}`,
11+
const clientsSummary = await jsonFetcher(
12+
`https://stats.filspark.com/clients/retrieval-success-rate/summary?from=${startClients}&to=${end}`
1313
)
1414
const providerPaths = providersSummary.map((provider) => `/provider/${provider.miner_id}`)
1515
const clientPaths = clientsSummary.map((client) => `/client/${client.client_id}`)
@@ -49,5 +49,5 @@ export default {
4949
// linkify: true, // convert URLs in Markdown to links
5050
// typographer: false, // smart quotes and other typographic improvements
5151
// cleanUrls: true, // drop .html from URLs
52-
dynamicPaths: [...providerPaths, ...clientPaths],
52+
dynamicPaths: [...providerPaths, ...clientPaths]
5353
}

0 commit comments

Comments
 (0)