소스 검색

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