summaryrefslogtreecommitdiff
path: root/packages/webapi/src/lib/fetch.ts
diff options
context:
space:
mode:
authorGravatar FredKSchott <FredKSchott@users.noreply.github.com> 2022-06-06 16:49:53 +0000
committerGravatar github-actions[bot] <github-actions[bot]@users.noreply.github.com> 2022-06-06 16:49:53 +0000
commitf0f6a3332f88327cf165a35a668ca14aeaac0491 (patch)
treede26dc62371a7a3f954169ade1bdf3bbac607b13 /packages/webapi/src/lib/fetch.ts
parent5b06398b7ba513a943996aea23399a2e2cb68fd5 (diff)
downloadastro-f0f6a3332f88327cf165a35a668ca14aeaac0491.tar.gz
astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.tar.zst
astro-f0f6a3332f88327cf165a35a668ca14aeaac0491.zip
Diffstat (limited to 'packages/webapi/src/lib/fetch.ts')
-rw-r--r--packages/webapi/src/lib/fetch.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/webapi/src/lib/fetch.ts b/packages/webapi/src/lib/fetch.ts
index 667984a0f..b099e44af 100644
--- a/packages/webapi/src/lib/fetch.ts
+++ b/packages/webapi/src/lib/fetch.ts
@@ -1,5 +1,5 @@
-import { default as nodeFetch, Headers, Request, Response } from 'node-fetch'
import type { RequestInit } from 'node-fetch'
+import { default as nodeFetch, Headers, Request, Response } from 'node-fetch'
import Stream from 'node:stream'
import * as _ from './utils'