Skip to content

Commit f5c2c18

Browse files
committed
streams: PathSet.Number is int
1 parent 9e357d8 commit f5c2c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streams/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type Account struct {
3939
}
4040

4141
type PatchSet struct {
42-
Number string `json:"number,omitempty"`
42+
Number int `json:"number,omitempty"`
4343
Revision string `json:"revision,omitempty"`
4444
Parents []string `json:"parents,omitempty"`
4545
Ref string `json:"ref,omitempty"`

0 commit comments

Comments
 (0)