Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Aug 3, 2024
1 parent 16def8f commit 3ff4fee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/filter-paths/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ async function run() {
files = [...files, ...parse_data(response.data)];
}

files = files.map((f) => f.filename);

const result = match_filter(filter, files);

console.log(result);
Expand Down

0 comments on commit 3ff4fee

Please sign in to comment.