Skip to content

Commit aa81874

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/copilotOpportunity/assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ module.exports = [
180180
createdBy: req.authUser.userId,
181181
updatedBy: req.authUser.userId,
182182
};
183-
183+
req.context.currentProjectMembers = activeMembers;
184184
await util.addUserToProject(req, member, t)
185185

186186
await application.update({

0 commit comments

Comments
 (0)