Skip to content

Commit

Permalink
fix resource listing endpoint (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed Nov 14, 2022
1 parent 453adcb commit cf191ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/http/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ func takeResources(transactions []openapi.Transaction, tests []openapi.Test, tak
i++
} else {
items[currentNumberItens] = openapi.Resource{Type: "test", Item: &testInterface}
i++
j++
}

currentNumberItens++
Expand Down

0 comments on commit cf191ac

Please sign in to comment.