Skip to content

Commit b120f6c

Browse files
committed
feat: add directly to project
1 parent aa81874 commit b120f6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/routes/copilotOpportunity/assign.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ module.exports = [
180180
createdBy: req.authUser.userId,
181181
updatedBy: req.authUser.userId,
182182
};
183+
req.context = req.context || {};
183184
req.context.currentProjectMembers = activeMembers;
184185
await util.addUserToProject(req, member, t)
185186

0 commit comments

Comments
 (0)