Skip to content

Commit

Permalink
feat: removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
necm1 committed Jul 24, 2024
1 parent 9a3199c commit 378a855
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/util/get-file.util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ export async function getFile(
const absolutePath = await resolvePath(basePath, filePath);
return await fs.readFile(absolutePath);
}

// workflow test

0 comments on commit 378a855

Please sign in to comment.