Skip to content

Commit b2ef18d

Browse files
committed
type
1 parent 72795f0 commit b2ef18d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/snippet-manager/src/snippet-manager.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ import tar from 'tar';
1717
import zlib from 'zlib';
1818
import bson from 'bson';
1919
import joi from 'joi';
20-
import importNodeFetch, { TNodeFetch } from '@mongosh/import-node-fetch';
20+
import importNodeFetch from '@mongosh/import-node-fetch';
21+
import type { TNodeFetch } from '@mongosh/import-node-fetch';
2122
const pipeline = promisify(stream.pipeline);
2223
const brotliCompress = promisify(zlib.brotliCompress);
2324
const brotliDecompress = promisify(zlib.brotliDecompress);

0 commit comments

Comments
 (0)