Skip to content

Commit

Permalink
chore: remove erroneous import
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Oct 18, 2022
1 parent ca8c84b commit 6147d6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/grpc-js/src/server-call.ts
Expand Up @@ -35,7 +35,6 @@ import { ChannelOptions } from './channel-options';
import * as logging from './logging';
import { StatusObject } from './call-interface';
import { Deadline } from './deadline';
import { ReadableStreamDefaultController } from 'stream/web';

const TRACER_NAME = 'server_call';
const unzip = promisify(zlib.unzip);
Expand Down

0 comments on commit 6147d6f

Please sign in to comment.