1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

fix lint.

This commit is contained in:
Maria Carmina 2024-05-16 14:05:27 +03:00
parent b1a081e7f8
commit bfb7cf38f3

View File

@ -308,7 +308,7 @@ export class Provider {
let response
const providerChain: number = providerEndpoints.chainId
try {
response = await fetch(path + `?chainId=${providerChain}`, {
response = await fetch(path + `?chainId=${providerChain}`, {
method: 'GET',
headers: { 'Content-Type': 'application/json' },
signal