Skip to content

Commit

Permalink
remove audio type cause not support now.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilder0601 committed Jan 31, 2024
1 parent 2711af5 commit 57af4f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adapters/adview/adview.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ func getMediaTypeForBid(bid openrtb2.Bid) (openrtb_ext.BidType, error) {
return openrtb_ext.BidTypeBanner, nil
case openrtb2.MarkupVideo:
return openrtb_ext.BidTypeVideo, nil
case openrtb2.MarkupAudio:
return openrtb_ext.BidTypeAudio, nil
case openrtb2.MarkupNative:
return openrtb_ext.BidTypeNative, nil
default:
Expand Down

0 comments on commit 57af4f6

Please sign in to comment.