Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 22, 2026

Addresses review feedback to remove unused const args: [] = []; declarations from code examples where an empty array is passed directly to SendContractTransaction().

Changes:

  • Removed redundant variable declaration from line 183 (code snippet example)
  • Removed redundant variable declaration from line 237 (complete code example)

The variable was declared but never referenced - the empty array was passed inline instead.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: janewang <734336+janewang@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove specific code link from OZ Relayer docs Remove redundant args variable declarations from OZ Relayer examples Jan 22, 2026
Copilot AI requested a review from janewang January 22, 2026 13:22
@janewang janewang closed this Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants