mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-15 08:22:17 +00:00
fix(analytics): add headers to group task assignment
This commit is contained in:
parent
ecac3f0c5f
commit
27964a2d86
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ api.assignTask = {
|
|||
category: 'behavior',
|
||||
taskType: task.type,
|
||||
groupID: group._id,
|
||||
headers: req.headers,
|
||||
});
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue