Skip to content

Commit 5bf6d7c

Browse files
committed
CCM-11343: fix typecheck
1 parent 67a9fd1 commit 5bf6d7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lambdas/backend-api/src/templates/infra/template-repository.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ const letterAttributes: Record<keyof LetterProperties, null> = {
6161
owner: null,
6262
personalisationParameters: null,
6363
templateType: null,
64+
proofingEnabled: null,
65+
supplier: null,
6466
};
6567

6668
export class TemplateRepository {

0 commit comments

Comments
 (0)