瀏覽代碼

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"`
 }