Skip to content

Commit

Permalink
Merge pull request stakwork#1924 from aliraza556/Phase-feature
Browse files Browse the repository at this point in the history
Fixed [Bug]: Issue with Creating `Bounty` as `Phase` Part of a Feature Not Registering Correctly
  • Loading branch information
humansinstitute authored Nov 11, 2024
2 parents 9411fc6 + 762904e commit d7b8012
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 @@ -470,6 +470,8 @@ func (h *bountyHandler) GenerateBountyResponse(bounties []db.NewBounty) []db.Bou
Completed: bounty.Completed,
PaymentPending: bounty.PaymentPending,
PaymentFailed: bounty.PaymentFailed,
PhaseUuid: bounty.PhaseUuid,
PhasePriority: bounty.PhasePriority,
},
Assignee: db.Person{
ID: assignee.ID,
Expand Down

0 comments on commit d7b8012

Please sign in to comment.