fix history

This commit is contained in:
alexcos20 2020-05-19 09:25:10 -07:00
parent 8831c46e39
commit bbeef61afd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { Account } from '@oceanprotocol/squid'
export async function getUserJobs(ocean: any, account: string) {
try {
const accounts = await ocean.accounts.list()
const account=accounts[0]
const account = accounts[0]
await account.authenticate()
const jobList = await ocean.compute.status(account)