Skip to content

Commit

Permalink
fix: import URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf authored and OrKoN committed Jul 20, 2022
1 parent c801ce1 commit 6daf278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/NodeWebSocketTransport.ts
Expand Up @@ -17,6 +17,7 @@ import NodeWebSocket from 'ws';
import {ConnectionTransport} from '../common/ConnectionTransport.js';
import {packageVersion} from '../generated/version.js';
import {promises as dns} from 'dns';
import {URL} from 'url';

/**
* @internal
Expand Down

0 comments on commit 6daf278

Please sign in to comment.