Skip to content

Commit

Permalink
refactor: prefix unused variables with _
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Dec 27, 2023
1 parent 351c6f8 commit f28ca90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

import ConfigureCommand from '@adonisjs/core/commands/configure'

export async function configure(command: ConfigureCommand) {}
export async function configure(_command: ConfigureCommand) {}

0 comments on commit f28ca90

Please sign in to comment.