Skip to content

Commit

Permalink
Remove unused node-fetch import
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jun 1, 2024
1 parent abfbde5 commit 87774a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/fetchSearXNG.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import fetch from "node-fetch";

export async function fetchSearXNG(query: string, limit?: number) {
try {
const url = new URL("http://127.0.0.1:8080/search");
Expand Down

0 comments on commit 87774a4

Please sign in to comment.