Skip to content

Commit

Permalink
Remove MarshalJSON on BidderName (#3394)
Browse files Browse the repository at this point in the history
Co-authored-by: oaleksieiev <[email protected]>
  • Loading branch information
linux019 and oaleksieiev authored Jan 23, 2024
1 parent 446667b commit ed5e887
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions openrtb_ext/bidders.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,10 +228,6 @@ func SetAliasBidderName(aliasBidderName string, parentBidderName BidderName) err
return nil
}

func (name BidderName) MarshalJSON() ([]byte, error) {
return []byte(name), nil
}

func (name *BidderName) String() string {
if name == nil {
return ""
Expand Down

0 comments on commit ed5e887

Please sign in to comment.