Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Commit

Permalink
fix responding
Browse files Browse the repository at this point in the history
  • Loading branch information
sbalmer committed Apr 20, 2016
1 parent d3f5f90 commit dfc722a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/views/courses/details/course.discussion.js
Expand Up @@ -64,7 +64,8 @@ Template.post.helpers({
new: true,
parentId: this._id,
courseId: this.courseId,
userId: Meteor.userId()
userId: Meteor.userId(),
text: '',
};
}
});
Expand Down

0 comments on commit dfc722a

Please sign in to comment.