From a57ae54c15d1b65a08f5f8455f74801c98406d16 Mon Sep 17 00:00:00 2001 From: Michele Marcucci Date: Mon, 10 Jun 2024 15:45:00 +0200 Subject: [PATCH] Fix Issue #5 --- src/graphql/graphqlModules/Miner/MinerStats.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphql/graphqlModules/Miner/MinerStats.js b/src/graphql/graphqlModules/Miner/MinerStats.js index 6c246c9..3a1bfd3 100644 --- a/src/graphql/graphqlModules/Miner/MinerStats.js +++ b/src/graphql/graphqlModules/Miner/MinerStats.js @@ -224,7 +224,7 @@ module.exports.typeDefs = ` shares: Float bestshare: Float bestever: Float - authorised: Int + authorised: Float worker: [MinerStatsCkpoolWorker] }