We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99321a commit 1e7403aCopy full SHA for 1e7403a
src/functions/sendCandidateResults/application/service/send-notification.ts
@@ -10,7 +10,6 @@ import {Language} from '../../domain/conducted-language';
10
import {TestOutcome} from '../../domain/test-outcome';
11
import {CommunicationMethod} from '@dvsa/mes-test-schema/categories/common';
12
import {Correspondence} from '../../domain/template-id.model';
13
-import { writeFileSync } from 'fs';
14
15
export interface Personalisation extends Partial<Address>{
16
renderedSubject: string | undefined;
0 commit comments