Skip to content

Commit 72c95a8

Browse files
committed
fix eslint problem
1 parent 9603e42 commit 72c95a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/profile/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function handleEntities(value: any, previous: any) {
1212
return previous.concat([value]);
1313
}
1414

15-
function profileCommands(program: Command, defaultEnvironment: string) {
15+
function profileCommands(program: Command, _defaultEnvironment: string) {
1616
program.command("Profiles Header");
1717

1818
program

0 commit comments

Comments
 (0)