Skip to content

Commit

Permalink
Fix typeo in Yieldone s2s Bid Adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
hbanalytics committed Apr 17, 2020
1 parent 811fdfc commit 8a71737
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions adapters/yieldone/params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ var invalidParams = []string{
`true`,
`2`,
`{"invalid_param": "123"}`,
`{"placementId": 123}`,
}
2 changes: 1 addition & 1 deletion openrtb_ext/imp_yieldone.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package openrtb_ext

// ExtImpGrid defines the contract for bidrequest.imp[i].ext.grid
// ExtImpYieldone defines the contract for bidrequest.imp[i].ext.yieldone
type ExtImpYieldone struct {
PlacementId string `json:"placementId"`
}

0 comments on commit 8a71737

Please sign in to comment.