Skip to content

Commit

Permalink
feat: stop returning fetch support in status
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Oct 26, 2024
1 parent ede658b commit c39bbe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/serverStatusMiddleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export function getServerStatusData(
// resourceUsage: process.resourceUsage?.(),
versions,
NODE_OPTIONS,
fetch: typeof globalThis.fetch === 'function',
...extra,
})
}
Expand Down

0 comments on commit c39bbe2

Please sign in to comment.