We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb93e8 commit 3f6de0fCopy full SHA for 3f6de0f
src/common/config.ts
@@ -375,7 +375,7 @@ function getLocalDataPath(): string {
375
}
376
377
export type DriverOptions = ConnectionInfo["driverOptions"];
378
-export const defaultDriverOptions: Partial<DriverOptions> = {
+export const defaultDriverOptions: DriverOptions = {
379
readConcern: {
380
level: "local",
381
},
0 commit comments