Skip to content

Commit e7fcf75

Browse files
author
sachin-maheshwari
authored
Merge branch 'feature/shapeup4-cqrs-update' into feature/shapeup4-cqrs-update
2 parents 6b4c2c1 + d6529d8 commit e7fcf75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ workflows:
6868
branches:
6969
only:
7070
- dev
71-
- change-validatations-in-job-jc
72-
- feature/enriching-skills-data-with-api-2
71+
- feature/shapeup4-cqrs-update
7372

7473
# Production builds are exectuted only on tagged commits to the
7574
# master branch.

src/services/JobService.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ async function createJob (currentUser, job, onTeamCreating) {
201201
}
202202
throw e
203203
}
204-
await helper.postEvent(config.TAAS_JOB_CREATE_TOPIC, entity)
204+
205+
await helper.postEvent(config.TAAS_JOB_CREATE_TOPIC, entity, { onTeamCreating })
205206
return entity
206207
}
207208

0 commit comments

Comments
 (0)