mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
fix bug in task approval notification
This commit is contained in:
parent
dfc54f1600
commit
accba7fc13
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ api.scoreTask = {
|
|||
groupId: group._id,
|
||||
taskId: task._id, // user task id, used to match the notification when the task is approved
|
||||
userId: user._id,
|
||||
groupTaskId: task.group.id, // the original task id
|
||||
groupTaskId: task.group.taskId, // the original task id
|
||||
direction,
|
||||
});
|
||||
managerPromises.push(manager.save());
|
||||
|
|
|
|||
Loading…
Reference in a new issue