We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b672a commit 8b41d68Copy full SHA for 8b41d68
adapters/vidazoo/vidazoo.go
@@ -42,7 +42,7 @@ func (a *adapter) MakeRequests(request *openrtb2.BidRequest, requestInfo *adapte
42
errors = append(errors, fmt.Errorf("extract tagId: %w", err))
43
continue
44
}
45
- for i, _ := range requestCopy.Imp {
+ for i := range requestCopy.Imp {
46
requestCopy.Imp[i].TagID = tagId
47
48
// NewsBreak Custom Prebid Code Ends
0 commit comments