Skip to content

Commit 6cd1e2d

Browse files
Added enable_job_application_form to return
1 parent 6204827 commit 6cd1e2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/services/recruitCRM.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ export default class RecruitCRMService {
215215
|| data.enable_job_application_form !== 1) {
216216
return res.send({
217217
job_status: data.job_status,
218+
enable_job_application_form: data.enable_job_application_form,
218219
});
219220
}
220221

0 commit comments

Comments
 (0)