fix fee percent type error
This commit is contained in:
parent
6288db1b83
commit
09f459b569
|
@ -143,7 +143,7 @@ export default gql`
|
|||
wildWestMode: Boolean!
|
||||
withdrawMaxFeeDefault: Int!
|
||||
autoWithdrawThreshold: Int
|
||||
autoWithdrawMaxFeePercent: Int
|
||||
autoWithdrawMaxFeePercent: Float
|
||||
}
|
||||
|
||||
type UserOptional {
|
||||
|
|
Loading…
Reference in New Issue