1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

removed to lowerCase on eth address

This commit is contained in:
Bogdan Fazakas 2022-03-28 18:36:52 +03:00
parent d42b0b6a2d
commit 70f181a595

View File

@ -220,7 +220,7 @@ async function getJobs(
try {
const providerComputeJobs = (await ProviderInstance.computeStatus(
providerUrl,
accountId.toLowerCase()
accountId
)) as ComputeJob[]
console.log(