Skip to content

Commit

Permalink
Removed audio
Browse files Browse the repository at this point in the history
  • Loading branch information
freemmy committed Dec 6, 2024
1 parent 2e4b140 commit 65354fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions adapters/silvermob/silvermob.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ func getBidMediaTypeFromMtype(bid *openrtb2.Bid) (openrtb_ext.BidType, error) {
return openrtb_ext.BidTypeVideo, nil
case openrtb2.MarkupNative:
return openrtb_ext.BidTypeNative, nil
case openrtb2.MarkupAudio:
return openrtb_ext.BidTypeAudio, nil
default:
return "", fmt.Errorf("Unable to fetch mediaType for imp: %s", bid.ImpID)
}
Expand Down

0 comments on commit 65354fa

Please sign in to comment.