Skip to content

Commit

Permalink
relevant: remove extraneous error check
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Lindström committed Nov 28, 2023
1 parent 26f4032 commit ed8005b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions adapters/relevantdigital/relevantdigital.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,6 @@ func createBidRequest(prebidBidRequest *openrtb2.BidRequest, params []*openrtb_e
patchBidImpExt(&bidRequestCopy.Imp[idx], params[idx].PlacementId)
}

if err != nil {
return nil, err
}

return createJSONRequest(&bidRequestCopy)
}

Expand Down

0 comments on commit ed8005b

Please sign in to comment.