Skip to content

Commit

Permalink
refactor: implement generated method
Browse files Browse the repository at this point in the history
  • Loading branch information
hielfx committed May 28, 2024
1 parent 306fa1f commit 3456c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/issue_trackers/jira/issue.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type IssueType struct {

// Body implements domain.Issue.
func (i Issue) Body() string {
panic("unimplemented")
return i.body
}

// FormatID implements domain.Issue.
Expand Down

0 comments on commit 3456c71

Please sign in to comment.