Skip to content

Commit

Permalink
🐛 Fixed the v2 Issue.Property service.
Browse files Browse the repository at this point in the history
1. Fixed #252
  • Loading branch information
ctreminiom committed Dec 17, 2023
1 parent f242527 commit 79630f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira/internal/issue_impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func NewIssueService(client service.Connector, version string, services *IssueSe
richTextService.Vote = services.Vote
richTextService.Watcher = services.Watcher
richTextService.Worklog = services.WorklogRichText
adfService.Property = services.Property
richTextService.Property = services.Property

}

Expand Down

0 comments on commit 79630f3

Please sign in to comment.