Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Karol Nowak committed Dec 14, 2023
1 parent 6b4ec11 commit 460b86e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions batchMiddleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ func BatchMiddleware(
) func(ctx context.Context, next gql.OperationHandler) gql.ResponseHandler {
return func(ctx context.Context, next gql.OperationHandler) gql.ResponseHandler {
var sameOperationsThreshold int

var allOperationsThreshold int

if cfg == nil {
Expand Down

0 comments on commit 460b86e

Please sign in to comment.