aboutsummaryrefslogtreecommitdiff
path: root/src/node-fallbacks/@vercel_fetch.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/node-fallbacks/@vercel_fetch.js')
-rw-r--r--src/node-fallbacks/@vercel_fetch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node-fallbacks/@vercel_fetch.js b/src/node-fallbacks/@vercel_fetch.js
index 95314ba9e..f75604b2b 100644
--- a/src/node-fallbacks/@vercel_fetch.js
+++ b/src/node-fallbacks/@vercel_fetch.js
@@ -1,6 +1,6 @@
// This is just a no-op. Intent is to prevent importing a bunch of stuff that isn't relevant.
module.exports = (
- wrapper = "Bun" in globalThis ? Bun.fetch : globalThis.fetch
+ wrapper = "Bun" in globalThis ? Bun.fetch : globalThis.fetch,
) => {
async function vercelFetch(url, opts = {}) {
// Convert Object bodies to JSON if they are JS objects