ソースを参照

Stupid mistake

Piotr Czajkowski 4 年 前
コミット
bde165f071
1 ファイル変更2 行追加1 行削除
  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"`
 }