We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac9e15 commit 24bd48aCopy full SHA for 24bd48a
csv/write_codeSearch.go
@@ -94,7 +94,7 @@ func generateHeadersCode() []string {
94
func generateRowCode(response models.ResponseBodyNextPage) [][]string {
95
var rows [][]string
96
97
- for i, lawsuit := range response.Hit.Hits {
+ for _, lawsuit := range response.Hit.Hits {
98
row := []string{
99
// All those that repeat
100
strconv.Itoa(response.Took),
0 commit comments