Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
2M4U authored Mar 3, 2022
1 parent e13b173 commit de29167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const {CheckIP} = require("./lib/src/root");
module.exports = CheckIP();
const { ipBlocker } = require("./lib/src/root");
module.exports = ipBlocker();

0 comments on commit de29167

Please sign in to comment.