From 41f2ba763d26c72b38f12f2c80b698e047f8922b Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Fri, 15 Dec 2023 13:23:39 +0200 Subject: [PATCH] fix lint --- src/utils/OrderUtils.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/OrderUtils.ts b/src/utils/OrderUtils.ts index f8de0e80..88c2dad4 100644 --- a/src/utils/OrderUtils.ts +++ b/src/utils/OrderUtils.ts @@ -1,4 +1,4 @@ -import { Signer, ethers } from 'ethers' +import { Signer } from 'ethers' import { ProviderInstance, Datatoken, @@ -92,7 +92,7 @@ export async function orderAsset( if ( fees && - fees.providerFeeAddress != ZERO_ADDRESS && + fees.providerFeeAddress !== ZERO_ADDRESS && fees.providerFeeAmount && parseInt(fees.providerFeeAmount) > 0 ) {