Skip to content

Commit 3f6de0f

Browse files
committed
chore: unnecessary type change
1 parent afb93e8 commit 3f6de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ function getLocalDataPath(): string {
375375
}
376376

377377
export type DriverOptions = ConnectionInfo["driverOptions"];
378-
export const defaultDriverOptions: Partial<DriverOptions> = {
378+
export const defaultDriverOptions: DriverOptions = {
379379
readConcern: {
380380
level: "local",
381381
},

0 commit comments

Comments
 (0)