Browse Source

Stupid mistake

Piotr Czajkowski 4 năm trước cách đây
mục cha
commit
bde165f071
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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"`
 }