Browse Source

Stupid mistake

Piotr Czajkowski 3 years ago
parent
commit
bde165f071
1 changed files with 2 additions and 1 deletions
  1. 2 1
      pushes.go

+ 2 - 1
pushes.go

@@ -15,5 +15,6 @@ type Push struct {
 }
 
 type Pushes struct {
-	Items []Push `json:"pushes"`
+	Items  []Push `json:"pushes"`
+	Cursor string `json:"cursor"`
 }