From 894053a07bab6c1116784fafb62507b1690ab036 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Fri, 31 May 2024 09:45:01 +0200 Subject: [PATCH] fixup! standard --fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Bajtoš --- manual-check.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual-check.js b/manual-check.js index 65fb015..50906cd 100644 --- a/manual-check.js +++ b/manual-check.js @@ -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)