Skip to content

Commit 8e68052

Browse files
committed
Fix #5059
1 parent 9c91a24 commit 8e68052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/services/recruitCRM.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export default class RecruitCRMService {
298298
body: JSON.stringify({
299299
candidate_slug: candidateData.slug,
300300
job_slug: id,
301-
status_id: '65183',
301+
status_id: '10',
302302
}),
303303
});
304304
if (hireStageResponse.status >= 400) {

0 commit comments

Comments
 (0)