Skip to content

Commit

Permalink
refactor: use node: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Sep 24, 2024
1 parent 233f185 commit 6dad1c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import {
type ErrorEvent,
type MessageEvent,
} from "undici";
import url from "url";
import querystring from "querystring";
import url from "node:url";
import querystring from "node:querystring";

type Severity = "info" | "error";

Expand Down

0 comments on commit 6dad1c9

Please sign in to comment.