Skip to content

Commit

Permalink
fix: ES Module import error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish117 committed May 4, 2024
1 parent 0f73d1e commit 89ccff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/torrentIndexer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const axios = require("./lib/request");
const { parse } = require("node-html-parser");
const { sources } = require("./config");
const { sources } = require("./config.json");

const YtsSearch = require("./sources/yts");
const LeetxSearch = require("./sources/1337x");
Expand Down

0 comments on commit 89ccff9

Please sign in to comment.