Skip to content

Commit

Permalink
fix limiter
Browse files Browse the repository at this point in the history
  • Loading branch information
neelance committed May 14, 2017
1 parent dbc3f0a commit 5c26f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/exec/exec.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (r *Request) execSelections(ctx context.Context, sels []selected.Selection,
defer wg.Done()
defer r.handlePanic(ctx)
f.out = new(bytes.Buffer)
execFieldSelection(ctx, r, f, false)
execFieldSelection(ctx, r, f, true)
}(f)
}
wg.Wait()
Expand Down

0 comments on commit 5c26f32

Please sign in to comment.