fix(analytics): add headers to group task assignment

This commit is contained in:
SabreCat
2023-01-27 19:57:15 -06:00
parent ecac3f0c5f
commit 27964a2d86

View File

@@ -256,6 +256,7 @@ api.assignTask = {
category: 'behavior',
taskType: task.type,
groupID: group._id,
headers: req.headers,
});
},
};