This commit is contained in:
AJ ONeal 2015-11-05 21:27:50 -08:00
parent 062fc23ebb
commit 320b03c124
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ var opts = {
}; };
cstore.create(opts).then(function (store) { cstore.create(opts).then(function (store) {
// same api as new sqlite3.Database(options.filename) // same api as new new require('express-session/session/memory')(
store.get(id, function (err, data) { store.get(id, function (err, data) {
console.log(data); console.log(data);