Changed test user ID, added variable for storing questions while processing them, simplifyquestion checking for keys before using them

This commit is contained in:
mrfry 2020-10-21 16:26:46 +02:00
parent 6f142e0733
commit cb54f58cc6
4 changed files with 26 additions and 14 deletions

View file

@ -29,7 +29,7 @@ module.exports = function(options) {
if (process.env.NS_NOUSER) {
req.session = {
user: {
id: 21323,
id: 19,
},
sessionID: sessionID || 111111111111111111,
isException: false,