Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KVNLS committed Oct 17, 2024
1 parent d9ba442 commit eda5762
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/ledger-key-ring-protocol/src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export type PutCommandsRequest = {
};

const getApi = (apiBaseURL: string) => {
console.log("hello");

Check failure on line 68 in libs/ledger-key-ring-protocol/src/api.ts

View workflow job for this annotation

GitHub Actions / Test Libraries / Codecheck Libraries

Unexpected console statement
async function getAuthenticationChallenge(): Promise<{ json: Challenge; tlv: string }> {
const { data } = await network<{ json: Challenge; tlv: string }>({
url: `${apiBaseURL}/v1/challenge`,
Expand Down

0 comments on commit eda5762

Please sign in to comment.