Skip to content

Commit

Permalink
feat:remove about yeahmobi code
Browse files Browse the repository at this point in the history
  • Loading branch information
adam authored and adam committed Jan 4, 2024
1 parent ffc56c9 commit 778ba7e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions adapters/yeahmobi/yeahmobi.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,3 @@ func getBidType(impId string, imps []openrtb2.Imp) openrtb_ext.BidType {
}
return bidType
}

type yeahmobiBidExt struct {
VideoCreativeInfo *yeahmobiBidExtVideo `json:"video,omitempty"`
}
type yeahmobiBidExtVideo struct {
Duration *int `json:"duration,omitempty"`
}

0 comments on commit 778ba7e

Please sign in to comment.