Skip to content

Commit

Permalink
added Payemnt Pending, and Failed to Generate Bounty Response
Browse files Browse the repository at this point in the history
  • Loading branch information
elraphty committed Oct 22, 2024
1 parent c060a55 commit c6c1c8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions handlers/bounty.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@ func (h *bountyHandler) GenerateBountyResponse(bounties []db.NewBounty) []db.Bou
Updated: bounty.Updated,
CodingLanguages: bounty.CodingLanguages,
Completed: bounty.Completed,
PaymentPending: bounty.PaymentPending,
PaymentFailed: bounty.PaymentFailed,
},
Assignee: db.Person{
ID: assignee.ID,
Expand Down

0 comments on commit c6c1c8c

Please sign in to comment.