diff --git a/handlers/bounty.go b/handlers/bounty.go index 9d2397657..35a36cabb 100644 --- a/handlers/bounty.go +++ b/handlers/bounty.go @@ -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,