Skip to content

Commit d6d3fa9

Browse files
committed
fix: milestone delete
1 parent 12b9c95 commit d6d3fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/milestones/commonHelper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function deleteMilestone(authUser, timelineId, id, transaction, item) {
5050
}
5151
await milestone.update({ deletedBy: authUser.userId }, { transaction });
5252
await milestone.destroy({ transaction });
53-
return { id };
53+
return { id, timelineId };
5454
}
5555

5656
/**

0 commit comments

Comments
 (0)