Skip to content

Commit 24bf03d

Browse files
authored
Merge pull request #150 from topcoder-platform/dev
CORE-88 fix patch jobs call -> master
2 parents 79d2954 + 0eadece commit 24bf03d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/RCRMService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ async function createJob(job) {
5757
// set the external id to taas via API with M2M token
5858
const token = await helper.getM2MToken()
5959
const taasRsp = await request
60-
.patch(`${config.TAAS_API_URL}/jobs`)
60+
.patch(`${config.TAAS_API_URL}/jobs/${job.id}`)
6161
.set('Authorization', `Bearer ${token}`)
6262
.set('accept', 'json')
6363
.send({

0 commit comments

Comments
 (0)