From 762904e431a1325b217e2c254c2df7c464e6d130 Mon Sep 17 00:00:00 2001 From: aliraza556 Date: Sun, 10 Nov 2024 12:53:27 +0500 Subject: [PATCH] show-phase-feature-bounty --- handlers/bounty.go | 2 ++ 1 file changed, 2 insertions(+) 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,