Skip to content

Commit

Permalink
chore: fix transfer interval in schema to use camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
ze97286 committed Apr 26, 2024
1 parent 9200b58 commit 7674d37
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions datanode/gateway/graphql/generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion datanode/gateway/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ type DispatchStrategy {
capRewardFeeMultiple: String

"Interval for the distribution of the transfer"
transfer_interval: Int!
transferInterval: Int!
}

type RankTable {
Expand Down

0 comments on commit 7674d37

Please sign in to comment.