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 96802df commit d54c313Copy full SHA for d54c313
example/heroku_mongo_adapter.js
@@ -5,7 +5,7 @@ class HerokuExampleAdapter extends MongoAdapter {
5
// HEROKU EXAMPLE ONLY, do not use the following block unless you want to drop dynamic
6
// registrations 24 hours after registration
7
if (this.name === 'client') {
8
- expiresIn = 24 * 60 * 60 * 1000; // eslint-disable-line no-param-reassign
+ expiresIn = 24 * 60 * 60; // eslint-disable-line no-param-reassign
9
}
10
11
return super.upsert(_id, payload, expiresIn);
0 commit comments