Skip to content

Commit

Permalink
References #82, small change for activity task id storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjotrsavitski committed Nov 14, 2016
1 parent 35fe845 commit fece3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/activity.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module.exports = function (app) {

activityData.task = {};
activityData.task.title = taskObject.title;
activityData.task._id = taskObject._id;
activityData.task.id = taskObject._id;
}

new Activity({
Expand Down

0 comments on commit fece3f3

Please sign in to comment.