Skip to content

Commit ba68f7d

Browse files
authored
New branch (#2033)
* feat:add taskTitle field to sendTaskUpdate util * fix: pass correct detail * fix: pass correct detail
1 parent 60ef429 commit ba68f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/progresses.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const assertTaskExists = async (taskId) => {
6969
if (!taskData) {
7070
throw new NotFound(`Task with id ${taskId} does not exist.`);
7171
}
72-
return taskData;
72+
return taskData.title;
7373
};
7474

7575
/**

0 commit comments

Comments
 (0)