Skip to content

Commit

Permalink
deduplicate undici import
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperchupuDev authored Mar 9, 2024
1 parent 8ad390c commit 5724c3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/rest/RESTClient.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { URLSearchParams } from "node:url";
import { inspect } from "node:util";
import FormData from "form-data";
import undici from "undici";
import type { Dispatcher } from "undici";
import undici, { type Dispatcher } from "undici";
import type { APIRequest } from "./APIRequest";
import type { RouteLike } from "./RequestManager.js";

Expand Down

0 comments on commit 5724c3c

Please sign in to comment.