Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
117 committed Mar 24, 2024
1 parent 8d8daa8 commit e59c75c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,7 @@ const client = createClient({
// ...
});

// The types will be inferred for you, by method and endpoint
const account = await client.call("GET", "/v2/account");

console.log(account);
// not ready

// {
// "id": "e6f8f4f3-3b6b-4b2f-8b2e-4b0e3b3d3e3e",
Expand Down

0 comments on commit e59c75c

Please sign in to comment.