We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3475f19 commit 6a19eb7Copy full SHA for 6a19eb7
controllers/issues.js
@@ -25,6 +25,7 @@ const getIssues = async (req, res) => {
25
const taskData = await tasks.fetchTaskByIssueId(issue.id);
26
if (taskData) {
27
issue.taskExists = true;
28
+ issue.taskId = taskData.id;
29
}
30
31
return issue;
0 commit comments