Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Sep 22, 2022
1 parent 5e4c525 commit d2853eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/webapi/src/lib/fetch.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
import { bootstrap as bootstrapGlobalAgent } from 'global-agent'
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'
import {
bootstrap as bootstrapGlobalAgent
} from 'global-agent';

bootstrapGlobalAgent({
environmentVariableNamespace: '',
});
})

export { Headers, Request, Response }

Expand Down

0 comments on commit d2853eb

Please sign in to comment.