Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno committed Nov 9, 2023
1 parent 74549ac commit c7163dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/types/responses.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func (p V1Proposal) ToProposal() Proposal {

description := p.Summary
if description == "" {

descriptions := utils.Map(p.Messages, func(m V1ProposalMessage) string {
return m.Content.Description
})

Check warning on line 75 in pkg/types/responses.go

View check run for this annotation

Codecov / codecov/patch

pkg/types/responses.go#L71-L75

Added lines #L71 - L75 were not covered by tests
Expand Down

0 comments on commit c7163dc

Please sign in to comment.