fix: prefix 32 unused parameters with underscore (#22694)

This commit is contained in:
Kit Langton 2026-04-15 21:56:23 -04:00 committed by GitHub
parent 6625766350
commit d6b14e2467
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 30 additions and 30 deletions

View file

@ -1,7 +1,7 @@
import { Plugin } from "./index.js"
import { tool } from "./tool.js"
export const ExamplePlugin: Plugin = async (ctx) => {
export const ExamplePlugin: Plugin = async (_ctx) => {
return {
tool: {
mytool: tool({