Skip to content

Commit

Permalink
gamma.go invalidImpIndex var declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitris committed Apr 22, 2024
1 parent 19c3d04 commit fd01635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/gamma/gamma.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func (a *GammaAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapt
errs = append(errs, err)
return nil, errs
}
var invalidImpIndex = make([]int, 0)
var invalidImpIndex []int

for i := 0; i < len(request.Imp); i++ {
if request.Imp[i].Banner != nil {
Expand Down

0 comments on commit fd01635

Please sign in to comment.