From 09f459b569c6486169d7f1f339106b63a79e6959 Mon Sep 17 00:00:00 2001 From: keyan Date: Fri, 12 Jan 2024 23:47:05 -0600 Subject: [PATCH] fix fee percent type error --- api/typeDefs/user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/typeDefs/user.js b/api/typeDefs/user.js index b573a1c3..4b0594c2 100644 --- a/api/typeDefs/user.js +++ b/api/typeDefs/user.js @@ -143,7 +143,7 @@ export default gql` wildWestMode: Boolean! withdrawMaxFeeDefault: Int! autoWithdrawThreshold: Int - autoWithdrawMaxFeePercent: Int + autoWithdrawMaxFeePercent: Float } type UserOptional {