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