Skip to content

Commit

Permalink
Merge pull request #22 from Ashish117/fix/source-extension-error
Browse files Browse the repository at this point in the history
fix: ES Module import error fix
  • Loading branch information
sayem314 authored Jun 27, 2024
2 parents 0f73d1e + 89ccff9 commit fa058b5
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 fa058b5

Please sign in to comment.