Parcourir la source

Stupid mistake

Piotr Czajkowski il y a 4 ans
Parent
commit
bde165f071
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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"`
 }