From eda5762da73d5e4971167127dd591474a1acacbf Mon Sep 17 00:00:00 2001 From: Kevin Le Seigle Date: Thu, 10 Oct 2024 11:19:09 +0200 Subject: [PATCH] fix --- libs/ledger-key-ring-protocol/src/api.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ledger-key-ring-protocol/src/api.ts b/libs/ledger-key-ring-protocol/src/api.ts index 065ec364f88e..45f196d91ada 100644 --- a/libs/ledger-key-ring-protocol/src/api.ts +++ b/libs/ledger-key-ring-protocol/src/api.ts @@ -65,6 +65,7 @@ export type PutCommandsRequest = { }; const getApi = (apiBaseURL: string) => { + console.log("hello"); async function getAuthenticationChallenge(): Promise<{ json: Challenge; tlv: string }> { const { data } = await network<{ json: Challenge; tlv: string }>({ url: `${apiBaseURL}/v1/challenge`,