From 70f181a595d2893218ab283654234e7d2f6074c3 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Mon, 28 Mar 2022 18:36:52 +0300 Subject: [PATCH] removed to lowerCase on eth address --- src/@utils/compute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@utils/compute.ts b/src/@utils/compute.ts index 60e330eeb..cf7569f2d 100644 --- a/src/@utils/compute.ts +++ b/src/@utils/compute.ts @@ -220,7 +220,7 @@ async function getJobs( try { const providerComputeJobs = (await ProviderInstance.computeStatus( providerUrl, - accountId.toLowerCase() + accountId )) as ComputeJob[] console.log(