Skip to content

Commit 8e955e1

Browse files
committed
feat: register worker
1 parent 7b66c4a commit 8e955e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/workers/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ import { storeCandidateApplicationScore } from './opportunity/storeCandidateAppl
7373
import { extractCVMarkdown } from './extractCVMarkdown';
7474
import candidateAcceptedOpportunitySlack from './candidateAcceptedOpportunitySlack';
7575
import recruiterRejectedCandidateMatchEmail from './recruiterRejectedCandidateMatchEmail';
76+
import { parseCVProfileWorker } from './opportunity/parseCVProfile';
7677

7778
export { Worker } from './worker';
7879

@@ -149,6 +150,7 @@ export const typedWorkers: BaseTypedWorker<any>[] = [
149150
extractCVMarkdown,
150151
candidateAcceptedOpportunitySlack,
151152
recruiterRejectedCandidateMatchEmail,
153+
parseCVProfileWorker,
152154
];
153155

154156
export const personalizedDigestWorkers: Worker[] = [

0 commit comments

Comments
 (0)