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:
parent
2fb9fb2c63
commit
ff06d91898
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user