Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
paula-stacho committed Mar 4, 2024
1 parent 72795f0 commit b2ef18d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/snippet-manager/src/snippet-manager.ts
Expand Up @@ -17,7 +17,8 @@ import tar from 'tar';
import zlib from 'zlib';
import bson from 'bson';
import joi from 'joi';
import importNodeFetch, { TNodeFetch } from '@mongosh/import-node-fetch';
import importNodeFetch from '@mongosh/import-node-fetch';
import type { TNodeFetch } from '@mongosh/import-node-fetch';
const pipeline = promisify(stream.pipeline);
const brotliCompress = promisify(zlib.brotliCompress);
const brotliDecompress = promisify(zlib.brotliDecompress);
Expand Down

0 comments on commit b2ef18d

Please sign in to comment.