Skip to content

Commit 247cf59

Browse files
committed
CCM-9692: fix unused import
1 parent d9578a9 commit 247cf59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ import {
2323
} from '@aws-sdk/lib-dynamodb';
2424
import { ApplicationResult, failure, success, calculateTTL } from '../../utils';
2525
import { DatabaseTemplate } from './template';
26-
import { unmarshall } from '@aws-sdk/util-dynamodb';
2726

2827
type WithAttachments<T> = T extends { templateType: 'LETTER' }
2928
? T & { files: LetterFiles }

0 commit comments

Comments
 (0)