1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

remove unnecessary type def

This commit is contained in:
EnzoVezzaro 2022-10-20 08:16:14 -04:00
parent 2fb9fb2c63
commit ff06d91898

View File

@ -42,7 +42,7 @@ function MarketMetadataProvider({
),
swapApprovedFee: response.data?.opc.swapOceanFee,
swapNotApprovedFee: response.data?.opc.swapNonOceanFee
} as unknown as OpcFee)
} as OpcFee)
}
LoggerInstance.log('[MarketMetadata] Got new data.', {
opcFees: opcData,