fix lint errors

This commit is contained in:
Omar Khan
2022-11-16 21:24:40 -05:00
parent e32db9dd39
commit ff65441d33
2 changed files with 2 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ export interface AMMInfoResponse extends BaseResponse {
}
/**
* The total outstanding balance of liquidity provider tokens from this AMM instance.
* The total outstanding balance of liquidity provider tokens from this AMM instance.
* The holders of these tokens can vote on the AMM's trading fee in proportion to their holdings,
* or redeem the tokens for a share of the AMM's assets which grows with the trading fees collected.
*/

View File

@@ -1,3 +1,4 @@
/* eslint-disable complexity -- required for validateAMMBid */
import { ValidationError } from '../../errors'
import { Amount, Issue } from '../common'