Skip to content

Commit

Permalink
chore: fix typo in assert message (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
eiurur committed Mar 7, 2021
1 parent 7253871 commit 45470b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/MongoStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export default class MongoStore extends session.Store {
// Check params
assert(
options.mongoUrl || options.clientPromise,
'You must provide either mongoUr|clientPromise in options'
'You must provide either mongoUrl|clientPromise in options'
)
assert(
options.createAutoRemoveIdx === null ||
Expand Down

0 comments on commit 45470b2

Please sign in to comment.