Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
swarit-pandey committed Sep 9, 2024
1 parent 075b1e3 commit d19243f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/post/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ function getLatestFile(directory: string, prefix: string): string | null {
return matchingFiles.length > 0 ? matchingFiles[0].name : null;
}


async function processResultFile(
outputDir: string,
prefix: string,
Expand Down Expand Up @@ -212,7 +211,7 @@ async function run(): Promise<void> {

// Increase wait time and add file system sync
await new Promise((resolve) => setTimeout(resolve, 15000));

const outputDir = getOutputDir();
log(`Output directory: ${outputDir}`);
log("Contents of output directory:");
Expand Down

0 comments on commit d19243f

Please sign in to comment.