Fixed line endings

This commit is contained in:
Keith Holliday
2016-10-08 10:46:11 -05:00
parent 6cbddef627
commit d798ebadfe
2 changed files with 1 additions and 2 deletions

View File

@@ -325,7 +325,7 @@ api.scoreTask = {
task.approvalRequestedDate = new Date();
let group = await Group.getGroup({user, groupId: task.group.id, fields: requiredGroupFields});
let groupLeader = await User.findById(group.leader); //Use this method so we can get access to notifications
let groupLeader = await User.findById(group.leader); // Use this method so we can get access to notifications
groupLeader.addNotification('GROUP', {
message: res.t('userHasRequestedTaskApproval', {
user: user.auth.local.username,