Skip to content

Commit f714894

Browse files
committed
Fix following merge from main
1 parent 4206e66 commit f714894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/api-handler/src/handlers/__tests__/get-letter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe('API Lambda handler', () => {
2828
DOWNLOAD_URL_TTL_SECONDS: 60,
2929
MAX_LIMIT: 2500
3030
} as unknown as EnvVars
31-
};
31+
} as Deps;
3232

3333
beforeEach(() => {
3434
jest.clearAllMocks();

0 commit comments

Comments
 (0)