mirror of
https://github.com/spacedeck/spacedeck-open.git
synced 2025-12-16 01:47:30 +01:00
update code for sequelize upgrade
This commit is contained in:
committed by
minute
parent
d5cd829834
commit
43577337aa
@@ -61,7 +61,7 @@ module.exports = (req, res, next) => {
|
||||
}
|
||||
});
|
||||
})
|
||||
.error((err) => {
|
||||
.catch((err) => {
|
||||
console.error("Session resolve error", err);
|
||||
next();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user