Skip to content

Commit 4c45e27

Browse files
committed
fix: sync issue
1 parent b7f5bf5 commit 4c45e27

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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', 'pm-1169_2']
152+
only: ['develop', 'migration-setup']
153153
- deployProd:
154154
context : org-global
155155
filters:

src/routes/projectMemberInvites/update.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ module.exports = [
256256
});
257257

258258
invitesToBeUpdated.forEach((inviteToBeUpdated) => {
259-
req.log.info(inviteToBeUpdated.toJSON(), 'invite to be updated')
260259
util.sendResourceToKafkaBus(
261260
req,
262261
EVENT.ROUTING_KEY.PROJECT_MEMBER_INVITE_UPDATED,

0 commit comments

Comments
 (0)