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

Commit e8154eb

Browse files
author
sachin-maheshwari
authoredAug 4, 2021
Merge pull request #14 from topcoder-platform/develop
Shapeup4 : CQRS standards update, part 1
2 parents f25d4a0 + 1fd2ce3 commit e8154eb

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)
This repository has been archived.