Skip to content

Commit fafa0ed

Browse files
committed
chore: run reformat, fix build
1 parent 132a48d commit fafa0ed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/build/src/download-center/config.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { DownloadCenterConfig } from '@mongodb-js/dl-center/dist/download-center-config';
1+
import type { DownloadCenterConfig } from '@mongodb-js/dl-center';
22
import { type PackageInformationProvider } from '../packaging';
33
import { expect } from 'chai';
44
import sinon from 'sinon';

packages/cli-repl/src/run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ import { TimingCategories } from '@mongosh/types';
3434
import './webpack-self-inspection';
3535
import { systemCA } from '@mongodb-js/devtools-proxy-support';
3636

37-
3837
// TS does not yet have type definitions for v8.startupSnapshot
3938
if ((v8 as any)?.startupSnapshot?.isBuildingSnapshot?.()) {
4039
// Import a few nested deps of dependencies that cannot be included in the

0 commit comments

Comments
 (0)