Skip to content

Commit

Permalink
Fix New Adapter: ResetDigital #3766
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-siira committed Jul 9, 2024
1 parent d426e8a commit ac2fc01
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions adapters/resetdigital/resetdigital.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,13 +111,6 @@ func (a *adapter) MakeRequests(requestData *openrtb2.BidRequest, requestInfo *ad
errors []error
)

referer := getReferer(requestData)
currency := getCurrency(requestData)

if referer == currency {
return nil, nil
}

for i := range requestData.Imp {
imp := requestData.Imp[i]
bidType, err := getBidType(imp)
Expand Down

0 comments on commit ac2fc01

Please sign in to comment.