Skip to content

Commit 14d74e7

Browse files
committed
fix build
1 parent 9c58b9a commit 14d74e7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/mongodb/tools.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { CollectionStorageSizeTool } from "./metadata/collectionStorageSize.js";
1111
import { CountTool } from "./read/count.js";
1212
import { DbStatsTool } from "./metadata/dbStats.js";
1313
import { AggregateTool } from "./read/aggregate.js";
14-
import { UpdateOneTool } from "./update/updateOne.js";
1514
import { UpdateManyTool } from "./update/updateMany.js";
1615
import { RenameCollectionTool } from "./update/renameCollection.js";
1716
import { DropDatabaseTool } from "./delete/dropDatabase.js";
@@ -33,7 +32,6 @@ export const MongoDbTools = [
3332
CountTool,
3433
DbStatsTool,
3534
AggregateTool,
36-
UpdateOneTool,
3735
UpdateManyTool,
3836
RenameCollectionTool,
3937
DropDatabaseTool,

0 commit comments

Comments
 (0)