Skip to content

Commit 4625d04

Browse files
committed
typo
1 parent f22dad2 commit 4625d04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lambdas/sftp-letters/src/app/request-proof.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { SftpSupplierClientRepository } from '../infra/sftp-supplier-client-repo
1111
import { ProofingRequest } from 'nhs-notify-web-template-management-utils';
1212
import { EmailClient } from 'nhs-notify-web-template-management-utils/email-client';
1313
import { LANGUAGE_LIST, LETTER_TYPE_LIST } from 'nhs-notify-backend-client';
14-
import { ExpandedIdComponenets } from '../types';
14+
import { ExpandedIdComponents } from '../types';
1515

1616
export class App {
1717
constructor(
@@ -223,7 +223,7 @@ export class App {
223223
letterType,
224224
language,
225225
templateId,
226-
}: ExpandedIdComponenets) {
226+
}: ExpandedIdComponents) {
227227
return [clientId, campaignId, templateId, language, letterType].join('_');
228228
}
229229

lambdas/sftp-letters/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Language, LetterType } from 'nhs-notify-backend-client';
22

3-
export type ExpandedIdComponenets = {
3+
export type ExpandedIdComponents = {
44
clientId: string;
55
templateId: string;
66
campaignId: string;

0 commit comments

Comments
 (0)