category added in fecth category detai;s

master^2
Bhaskar 3 months ago
parent 90b047dde9
commit 6f13f2e5c3

@ -8780,7 +8780,8 @@ exports.particularCategory = async (req, reply) => {
comments: masterComments,
movedAt: category !== "Resolved" ? (issue?.movedAt || null) : null,
resolvedAt: category === "Resolved" ? (issue?.resolvedAt || null) : null
resolvedAt: category === "Resolved" ? (issue?.resolvedAt || null) : null,
category: issue?.category || category
});
}

Loading…
Cancel
Save