This repository was archived by the owner on Jan 6, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ const startClients = '2025-02-25'
66const end = getDateXDaysAgo ( 1 )
77
88const 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)
1414const providerPaths = providersSummary . map ( ( provider ) => `/provider/${ provider . miner_id } ` )
1515const 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}
You can’t perform that action at this time.
0 commit comments