Skip to content

Commit

Permalink
removing adapter support for audio mtype responses
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaneyama committed Sep 20, 2024
1 parent 03c700e commit b8b21d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adapters/inmobi/inmobi.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ func getMediaTypeForImp(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 b8b21d0

Please sign in to comment.