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
f8527d7a65
commit
41f2ba763d
@ -1,4 +1,4 @@
|
|||||||
import { Signer, ethers } from 'ethers'
|
import { Signer } from 'ethers'
|
||||||
import {
|
import {
|
||||||
ProviderInstance,
|
ProviderInstance,
|
||||||
Datatoken,
|
Datatoken,
|
||||||
@ -92,7 +92,7 @@ export async function orderAsset(
|
|||||||
|
|
||||||
if (
|
if (
|
||||||
fees &&
|
fees &&
|
||||||
fees.providerFeeAddress != ZERO_ADDRESS &&
|
fees.providerFeeAddress !== ZERO_ADDRESS &&
|
||||||
fees.providerFeeAmount &&
|
fees.providerFeeAmount &&
|
||||||
parseInt(fees.providerFeeAmount) > 0
|
parseInt(fees.providerFeeAmount) > 0
|
||||||
) {
|
) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user