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:
parent
b1a081e7f8
commit
bfb7cf38f3
@ -308,7 +308,7 @@ export class Provider {
|
|||||||
let response
|
let response
|
||||||
const providerChain: number = providerEndpoints.chainId
|
const providerChain: number = providerEndpoints.chainId
|
||||||
try {
|
try {
|
||||||
response = await fetch(path + `?chainId=${providerChain}`, {
|
response = await fetch(path + `?chainId=${providerChain}`, {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
headers: { 'Content-Type': 'application/json' },
|
headers: { 'Content-Type': 'application/json' },
|
||||||
signal
|
signal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user