Skip to content

Commit 1464338

Browse files
committed
CCM-11602: Test
1 parent f504d06 commit 1464338

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/api-handler/src/handlers/get-letters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const getLetters: APIGatewayProxyHandler = async (event) => {
99
if (event.path === '/letters') {
1010

1111
// default to supplier1 for now
12-
const supplierId = event.headers['nhsd-apim-apikey'] ?? "supplier1";
12+
const supplierId = event.headers['nhsd-apim-apikey'];
1313

1414
const letterIds = await getLetterIdsForSupplier(supplierId, letterRepo);
1515

0 commit comments

Comments
 (0)