Selaa lähdekoodia

Stupid mistake

Piotr Czajkowski 4 vuotta sitten
vanhempi
commit
bde165f071
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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"`
 }