Skip to content

Commit

Permalink
Stop using deprecated fetch polyfill from metautil
Browse files Browse the repository at this point in the history
PR-URL: #481
  • Loading branch information
tshemsedinov committed Nov 19, 2023
1 parent ba1299f commit 3236eed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

const { EventEmitter } = require('node:events');
const WebSocket = require('ws');
const { fetch } = require('metautil');
const { MetaWritable, MetaReadable, chunkDecode } = require('./streams.js');

const CALL_TIMEOUT = 7 * 1000;
Expand Down

0 comments on commit 3236eed

Please sign in to comment.