Skip to content

Commit 8cb9c92

Browse files
committed
standard --fix
Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
1 parent a95457e commit 8cb9c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual-check.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const getMinerPeerId = (minerId) =>
1616
: defaultGetMinerPeerId(minerId)
1717

1818
// Run the check
19-
const spark = new Spark({getMinerPeerId})
19+
const spark = new Spark({ getMinerPeerId })
2020
const stats = { cid, minerId, indexerResult: null, statusCode: null, byteLength: 0 }
2121
await spark.executeRetrievalCheck({ cid, minerId }, stats)
2222
console.log('Measurement: %o', stats)

0 commit comments

Comments
 (0)