Skip to content

Commit af39421

Browse files
committed
chore: remove useless dts because mongodb-redact already exports types
1 parent 153a6bd commit af39421

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

src/common/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from "fs/promises";
22
import type { MongoLogId, MongoLogWriter } from "mongodb-log-writer";
33
import { mongoLogId, MongoLogManager } from "mongodb-log-writer";
4-
import redact from "mongodb-redact";
4+
import { redact } from "mongodb-redact";
55
import type { LoggingMessageNotification } from "@modelcontextprotocol/sdk/types.js";
66
import { EventEmitter } from "events";
77
import type { Server } from "../lib.js";

src/types/mongodb-redact.d.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)