Skip to content

Commit

Permalink
Refactor lyricsFileNameReprocessorRunner.ts and lyricsTextReprocessor…
Browse files Browse the repository at this point in the history
…Runner.ts.
  • Loading branch information
ioanlucut committed Oct 7, 2023
1 parent 01406fd commit db0d40d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bin/lyricsFileNameReprocessorRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ const run = async (dir: string) => {
});
};

await run(process.env.CANDIDATES_DIR);
await run(process.env.VERIFIED_DIR);
1 change: 0 additions & 1 deletion bin/lyricsTextReprocessorRunner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,4 @@ const run = async (dir: string) => {
});
};

await run(process.env.CANDIDATES_DIR);
await run(process.env.VERIFIED_DIR);

0 comments on commit db0d40d

Please sign in to comment.