Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelDemey committed Sep 8, 2024
1 parent 1086452 commit 2af6760
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion audit/apps/audit/src/parsers/file-system-parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export class FileSystemParser {
getPackageManager,
isTypescriptProject,
];
#crawler: any;

parse(rootPath: string) {
return this.#parsers.map((parser) => parser(rootPath));
Expand Down

0 comments on commit 2af6760

Please sign in to comment.