Skip to content

Commit

Permalink
fix: add missing fs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcalexandre committed Jul 17, 2024
1 parent 499fa97 commit 7f5d834
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/webmentions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Ensure to load the .env variables
import fs from "fs";
import https from "https";

const DOMAIN = "alexandremouriec.com";
Expand Down

0 comments on commit 7f5d834

Please sign in to comment.