Skip to content

Commit

Permalink
fixup! standard --fix
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed May 31, 2024
1 parent b885094 commit 894053a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual-check.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ const minerId = 'f010479'

// Run the check
const spark = new Spark()
const stats = {cid, minerId, indexerResult: null, statusCode: null, byteLength: 0}
const stats = { cid, minerId, indexerResult: null, statusCode: null, byteLength: 0 }
await spark.executeRetrievalCheck({ cid, minerId }, stats)

0 comments on commit 894053a

Please sign in to comment.