mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Changed test user ID, added variable for storing questions while processing them, simplifyquestion checking for keys before using them
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user