Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

Commit

Permalink
cr
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Gurevitch committed Aug 9, 2017
1 parent ae480bf commit bddaabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion video.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ type Video struct {
// If a bidder sends markup/creative that is itself skippable, the
// Bid object should include the attr array with an element of
// 16 indicating skippable video. Refer to List 5.3.
Skip int8 `json:"skip"`
Skip *int8 `json:"skip,omitempty"`

// Attribute:
// skipmin
Expand Down

0 comments on commit bddaabd

Please sign in to comment.