fix fee percent type error

This commit is contained in:
keyan 2024-01-12 23:47:05 -06:00
parent 6288db1b83
commit 09f459b569
1 changed files with 1 additions and 1 deletions

View File

@ -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 {