Skip to content

Commit

Permalink
remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
skonky committed Dec 17, 2024
1 parent bc41b27 commit 2442c2e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions adapters/adhese/adhese.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,6 @@ func (a *adapter) MakeRequests(
return nil, []error{&errortypes.BadInput{Message: fmt.Sprintf("Error unmarshalling bidder ext: %v", err)}}
}

if params.Account == "" || params.Location == "" {
return nil, []error{&errortypes.BadInput{
Message: "Missing required params: location, account",
}}
}

// define a map of targets[] and pre-fill it with the slot
targets := extTargetsAdhese{
"SL": []string{makeSlot(params)},
Expand Down

0 comments on commit 2442c2e

Please sign in to comment.