Skip to content

Commit

Permalink
updte
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Jun 5, 2024
1 parent 3ec03cd commit c9325eb
Show file tree
Hide file tree
Showing 2 changed files with 131 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/libs/posts/rss-parser.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { writeFileSync } from "fs";
import { writeFileSync } from "node:fs";
import Parser from "rss-parser";
const parser = new Parser();

Expand Down
Loading

0 comments on commit c9325eb

Please sign in to comment.