Skip to content

Commit

Permalink
remove fuse usages
Browse files Browse the repository at this point in the history
  • Loading branch information
akesher committed Sep 16, 2023
1 parent 277469d commit b41d528
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 16 deletions.
14 changes: 0 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"commander": "^8.3.0",
"fetch-blob": "^3.1.4",
"formdata-polyfill": "^4.0.10",
"fuse.js": "^6.6.2",
"knex": "^2.4.2",
"lodash-es": "^4.17.21",
"ms": "^2.1.3",
Expand Down
1 change: 0 additions & 1 deletion src/torrent.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import uFuzzy from "@leeoniya/ufuzzy";
import fs, { promises as fsPromises } from "fs";
import Fuse from "fuse.js";
import fetch, { Response } from "node-fetch";
import path, { join } from "path";
import { inspect } from "util";
Expand Down

0 comments on commit b41d528

Please sign in to comment.