Skip to content

Commit d4d3790

Browse files
committed
debug
1 parent e19a9d1 commit d4d3790

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ workflows:
149149
context : org-global
150150
filters:
151151
branches:
152-
only: ['develop', 'migration-setup']
152+
only: ['develop', 'migration-setup', 'pm-1168_2']
153153
- deployProd:
154154
context : org-global
155155
filters:

src/routes/copilotOpportunity/assign.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ module.exports = [
9999
}
100100

101101
const applicationUser = await util.getMemberDetailsByUserIds([userId], req.log, req.id);
102+
console.log(applicationUser, 'applicationUser');
102103

103104
const invite = await models.ProjectMemberInvite.create({
104105
status: INVITE_STATUS.PENDING,

0 commit comments

Comments
 (0)