mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-07-04 21:12:52 -05:00
Fixing typo missing quotes
This commit is contained in:
@ -174,7 +174,7 @@ type BuildStatus struct {
|
||||
Key string `json:"key"`
|
||||
Name string `json:"name"`
|
||||
Url string `json:"url"`
|
||||
Description string `json:"description`
|
||||
Description string `json:"description"`
|
||||
DateAdded int64 `json:"dateAdded"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user