We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2fa4a commit c584fbdCopy full SHA for c584fbd
bitbucket/repositories.go
@@ -2,8 +2,9 @@ package bitbucket
2
3
import (
4
"fmt"
5
- "github.com/davidji99/simpleresty"
6
"time"
+
7
+ "github.com/davidji99/simpleresty"
8
)
9
10
// RepositoriesService handles communication with the repository related methods
@@ -16,7 +17,7 @@ type RepositoriesService service
16
17
type Repositories struct {
18
PaginationInfo
19
- Values []*Issue `json:"values,omitempty"`
20
+ Values []*Repository `json:"values,omitempty"`
21
}
22
23
// Repository represents a Bitbucket repository.
0 commit comments