Skip to content

Commit c7f0008

Browse files
authored
fix(node): remove unused variable (#2577)
1 parent 18d0269 commit c7f0008

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ const completionSpec: Fig.Subcommand = {
8383
},
8484
],
8585
generateSpec: async (tokens, executeShellCommand) => {
86-
const isAdonisJsonPresentCommand = "test -f .adonisrc.json";
8786
if (
8887
(
8988
await executeShellCommand({

0 commit comments

Comments
 (0)