Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Aug 22, 2024
1 parent e8fcc88 commit 012d217
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import validator from "validator";
import { EventSource, EnvHttpProxyAgent, setGlobalDispatcher, type ErrorEvent, type MessageEvent } from "undici";
import {
EventSource,
EnvHttpProxyAgent,
setGlobalDispatcher,
type ErrorEvent,
type MessageEvent,
} from "undici";
import url from "url";
import querystring from "querystring";

Expand Down

0 comments on commit 012d217

Please sign in to comment.