Skip to content

Commit 6b1fc78

Browse files
CCM-8861: Fix linting
1 parent db106d9 commit 6b1fc78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/sftp-letters/src/api/sftp-poll.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Container } from '../container-poll';
22

33
type EventBridgeEvent = {
4-
supplier: string;
4+
supplier: string;
55
};
66

77
export const createHandler =

0 commit comments

Comments
 (0)