Skip to content

Commit

Permalink
refactor: remove WHATWG URL import, use global
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Dec 7, 2022
1 parent 6b4674d commit ccabed0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/integration-testsuite/src/apolloServerTests.ts
@@ -1,6 +1,5 @@
import http from 'http';
import { createHash } from '@apollo/utils.createhash';
import { URL } from 'url';
import express from 'express';
import bodyParser from 'body-parser';
import loglevel from 'loglevel';
Expand Down
1 change: 0 additions & 1 deletion packages/server/src/runHttpQuery.ts
Expand Up @@ -18,7 +18,6 @@ import {
} from './ApolloServer.js';
import { FormattedExecutionResult, Kind } from 'graphql';
import { BadRequestError } from './internalErrorClasses.js';
import { URLSearchParams } from 'url';
import Negotiator from 'negotiator';
import { HeaderMap } from './utils/HeaderMap.js';

Expand Down

0 comments on commit ccabed0

Please sign in to comment.