Skip to content

Commit

Permalink
fix: createIndex now do not need to supply writeConcern
Browse files Browse the repository at this point in the history
  • Loading branch information
mingchuno committed Mar 14, 2023
1 parent f462a25 commit 33cda2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/MongoStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ export default class MongoStore extends session.Store {
{
background: true,
expireAfterSeconds: 0,
writeConcern: this.options.writeOperationOptions,
}
)
case 'interval':
Expand Down

0 comments on commit 33cda2b

Please sign in to comment.