Fix linter
This commit is contained in:
parent
0ae0c6ffdf
commit
b69dce907e
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ type JiraIssueFields struct {
|
|||
}
|
||||
|
||||
type JiraIssue struct {
|
||||
Key string `json:"key"`
|
||||
Key string `json:"key"`
|
||||
Fields JiraIssueFields `json:"fields"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue