Skip to content

Commit 2dbd723

Browse files
committed
Merge pull request #3 from nativematch/patch-1
Fix json for wmin, wmax
2 parents 3a2e446 + 024acd4 commit 2dbd723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

banner.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ type Banner struct {
1111
H *int `json:"h,omitempty"` // Height
1212
Wmax *int `json:"wmax,omitempty"` // Width maximum
1313
Hmax *int `json:"hmax,omitempty"` // Height maximum
14-
Wmin *int `json:"wmax,omitempty"` // Width minimum
15-
Hmin *int `json:"hmax,omitempty"` // Height minimum
14+
Wmin *int `json:"wmin,omitempty"` // Width minimum
15+
Hmin *int `json:"hmin,omitempty"` // Height minimum
1616
Id *string `json:"id,omitempty"` // A unique identifier
1717
Pos *int `json:"pos,omitempty"` // Ad Position
1818
Btype []int `json:"btype,omitempty"` // Blocked creative types

0 commit comments

Comments
 (0)