Bläddra i källkod

Stupid mistake

Piotr Czajkowski 3 år sedan
förälder
incheckning
bde165f071
1 ändrade filer med 2 tillägg och 1 borttagningar
  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"`
 }