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 9e357d8 commit f5c2c18Copy full SHA for f5c2c18
streams/types.go
@@ -39,7 +39,7 @@ type Account struct {
39
}
40
41
type PatchSet struct {
42
- Number string `json:"number,omitempty"`
+ Number int `json:"number,omitempty"`
43
Revision string `json:"revision,omitempty"`
44
Parents []string `json:"parents,omitempty"`
45
Ref string `json:"ref,omitempty"`
0 commit comments