Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1fd2ce3

Browse files
author
sachin-maheshwari
authored
Merge pull request #13 from topcoder-platform/feature/shapeup4-cqrs-update
CQRS standards update
2 parents 021cf51 + 108c737 commit 1fd2ce3

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
@@ -70,7 +70,7 @@ workflows:
7070
branches:
7171
only:
7272
- develop
73-
- feature/shapeup2
73+
- feature/shapeup4-cqrs-update
7474

7575
# Production builds are exectuted only on tagged commits to the
7676
# master branch.

src/services/ProcessorService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ async function processCreate (message, ubahnToken) {
5858

5959
const userId = await helper.createUser(_.pick(message.payload, 'handle', 'firstName', 'lastName'), ubahnToken)
6060
logger.info(`user: ${message.payload.handle} created`)
61-
await helper.sleep()
6261
await helper.createExternalProfile(userId, {
6362
organizationId,
6463
uri: `${config.MEMBER_PROFILE_URL_PREFIX}${message.payload.handle}`,

0 commit comments

Comments
 (0)