We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e19a9d1 commit d4d3790Copy full SHA for d4d3790
.circleci/config.yml
@@ -149,7 +149,7 @@ workflows:
149
context : org-global
150
filters:
151
branches:
152
- only: ['develop', 'migration-setup']
+ only: ['develop', 'migration-setup', 'pm-1168_2']
153
- deployProd:
154
155
src/routes/copilotOpportunity/assign.js
@@ -99,6 +99,7 @@ module.exports = [
99
}
100
101
const applicationUser = await util.getMemberDetailsByUserIds([userId], req.log, req.id);
102
+ console.log(applicationUser, 'applicationUser');
103
104
const invite = await models.ProjectMemberInvite.create({
105
status: INVITE_STATUS.PENDING,
0 commit comments