Skip to content

Commit

Permalink
Remove unneeded variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ejMina226 committed Dec 15, 2023
1 parent efc6256 commit ea442a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/mina_graphql/mina_graphql.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2567,7 +2567,7 @@ module Queries = struct
Arg.[ arg "limit" ~doc:"ZkApp commands per block limit." ~typ:int ]
~typ:int
~doc:"Set zkApp commands per block limit for the block producer."
~resolve:(fun { ctx = _with_seq_no, _mina; _ } () limit ->
~resolve:(fun { ctx = _; _ } () limit ->
Block_producer.zkapp_cmd_limit := limit ;
limit )

Expand Down

0 comments on commit ea442a0

Please sign in to comment.