fix fee percent type error

This commit is contained in:
keyan 2024-01-12 23:47:05 -06:00
parent 6288db1b83
commit 09f459b569

View File

@ -143,7 +143,7 @@ export default gql`
wildWestMode: Boolean!
withdrawMaxFeeDefault: Int!
autoWithdrawThreshold: Int
autoWithdrawMaxFeePercent: Int
autoWithdrawMaxFeePercent: Float
}
type UserOptional {