mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
Update api_response.go
Set type for PullRequest.Version to int32
This commit is contained in:
parent
51cf981aa2
commit
66450bf156
@ -125,7 +125,7 @@ type PullRequestRef struct {
|
||||
|
||||
type PullRequest struct {
|
||||
ID int `json:"id"`
|
||||
Version int `json:"version"`
|
||||
Version int32 `json:"version"`
|
||||
Title string `json:"title"`
|
||||
Description string `json:"description"`
|
||||
State string `json:"state"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user