Skip to content

Commit

Permalink
implemented review feedbacks on PR #3077
Browse files Browse the repository at this point in the history
  • Loading branch information
ishihanvcs committed Sep 7, 2023
1 parent 5019205 commit 088bd79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/improvedigital/improvedigital.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ type ImpExtBidder struct {
}
}

var dealDetectionRegEx, _ = regexp.Compile("(classic|deal)")
var dealDetectionRegEx = regexp.MustCompile("(classic|deal)")

// MakeRequests makes the HTTP requests which should be made to fetch bids.
func (a *ImprovedigitalAdapter) MakeRequests(request *openrtb2.BidRequest, reqInfo *adapters.ExtraRequestInfo) ([]*adapters.RequestData, []error) {
Expand Down

0 comments on commit 088bd79

Please sign in to comment.