Skip to content

Commit 2f45f3c

Browse files
AJ/DB/AS Debug EliD 404 error
1 parent 3952deb commit 2f45f3c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/eligibility-api/gateway/fetch-eligibility-content.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const fetchEligibilityContent = async (nhsNumber: NhsNumber): Promise<Eli
5858
},
5959
})
6060
.catch((error: AxiosError) => {
61+
log.error({ error }, "Debug EliD 404 error");
6162
log.error(
6263
{
6364
error: {

0 commit comments

Comments
 (0)