File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ import { storeCandidateApplicationScore } from './opportunity/storeCandidateAppl
7373import { extractCVMarkdown } from './extractCVMarkdown' ;
7474import candidateAcceptedOpportunitySlack from './candidateAcceptedOpportunitySlack' ;
7575import recruiterRejectedCandidateMatchEmail from './recruiterRejectedCandidateMatchEmail' ;
76+ import { parseCVProfileWorker } from './opportunity/parseCVProfile' ;
7677
7778export { Worker } from './worker' ;
7879
@@ -149,6 +150,7 @@ export const typedWorkers: BaseTypedWorker<any>[] = [
149150 extractCVMarkdown ,
150151 candidateAcceptedOpportunitySlack ,
151152 recruiterRejectedCandidateMatchEmail ,
153+ parseCVProfileWorker ,
152154] ;
153155
154156export const personalizedDigestWorkers : Worker [ ] = [
You can’t perform that action at this time.
0 commit comments