typo fix
This commit is contained in:
parent
062fc23ebb
commit
320b03c124
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue