codama-idl / codama

Generate clients, CLIs, documentation and more from your Solana programs
MIT License
73 stars 16 forks source link

Fix unused args variable on sync instruction functions on JS renderer #29

Closed lorisleiva closed 5 months ago

lorisleiva commented 5 months ago

Prior to this PR, a TypeScript/Lint "unused variable" warning was created on the synchronous function of generated instruction helpers if the all of the following conditions were true:

This PR fixes this.

changeset-bot[bot] commented 5 months ago

🦋 Changeset detected

Latest commit: 4c64333832d7a43ec06f40986a1d21b0981d49e8

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages | Name | Type | | ----------------------- | ----- | | @kinobi-so/renderers-js | Patch | | @kinobi-so/renderers | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR