Skip to content

Commit

Permalink
chore: remove unnecessary if statement (#413)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Aug 9, 2024
1 parent c524f60 commit 3a776ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/components/prsidebar/approve.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ func (m *Model) approve(comment string) tea.Cmd {
c := exec.Command("gh", commandArgs...)

err := c.Run()
if err != nil {
}
return constants.TaskFinishedMsg{
SectionId: m.sectionId,
SectionType: prssection.SectionType,
Expand Down

0 comments on commit 3a776ac

Please sign in to comment.