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

fixed lint

This commit is contained in:
Bogdan Fazakas 2021-12-07 20:51:34 +02:00
parent e9a0dd5a1c
commit babaa970eb

View File

@ -224,7 +224,7 @@ export class Provider {
providerUri,
providerEndpoints
)
let downloadUrl = this.getEndpointURL(serviceEndpoints, 'download')
const downloadUrl = this.getEndpointURL(serviceEndpoints, 'download')
? this.getEndpointURL(serviceEndpoints, 'download').urlPath
: null