Skip to content

Commit

Permalink
use native abort controller
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Sep 12, 2024
1 parent 0978b3f commit 2223882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/lib/http-request.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import originalFetch from "node-fetch";
import { AbortController } from "abort-controller";
// import { AbortController } from "abort-controller";
import { log } from "../../lib";
import { sleep } from "../../workers/lib";
import { v4 as uuid } from "uuid";
Expand Down

0 comments on commit 2223882

Please sign in to comment.