From 54f437a6e654a72dbbcedfcb48c83f9d00c8fdc5 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Mon, 18 May 2020 10:02:40 -0700 Subject: [PATCH] fix tests --- client/src/utils/getUserJobs.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/utils/getUserJobs.ts b/client/src/utils/getUserJobs.ts index e0cf22a..9e017ff 100644 --- a/client/src/utils/getUserJobs.ts +++ b/client/src/utils/getUserJobs.ts @@ -2,8 +2,6 @@ import { Account } from '@oceanprotocol/squid' export async function getUserJobs(ocean: any, account: string) { try { - let account: Account - ;[account] = await ocean.accounts.list() const account = await ocean.accounts.list() await account.authenticate()