Skip to content

Commit

Permalink
remove MarshalJSON on BidderName
Browse files Browse the repository at this point in the history
  • Loading branch information
oaleksieiev committed Jan 10, 2024
1 parent c49e8ea commit 7f0ef6b
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 @@ -226,10 +226,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 7f0ef6b

Please sign in to comment.