Skip to content

Commit 7430d49

Browse files
committed
fix: tests
1 parent 0a1e57c commit 7430d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/mongodb/mongodbTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export abstract class MongoDBToolBase extends ToolBase {
4040
throw new MongoDBError(ErrorCodes.NotConnectedToMongoDB, "Not connected to MongoDB");
4141
}
4242

43-
return this.session.serviceProvider!;
43+
return this.session.serviceProvider;
4444
}
4545

4646
protected handleError(

0 commit comments

Comments
 (0)