Skip to content

Commit e30aad4

Browse files
committed
chore: annoying linter appeared
1 parent 9751ff1 commit e30aad4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tools/mongodb/read/aggregate.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { formatUntrustedData } from "../../tool.js";
66
import { checkIndexUsage } from "../../../helpers/indexCheck.js";
77
import { EJSON } from "bson";
88
import { ErrorCodes, MongoDBError } from "../../../common/errors.js";
9-
import { UserConfig } from "../../../common/config.js";
109

1110
export const AggregateArgs = {
1211
pipeline: z.array(z.object({}).passthrough()).describe("An array of aggregation stages to execute"),

0 commit comments

Comments
 (0)