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:
parent
6f142e0733
commit
cb54f58cc6
4 changed files with 26 additions and 14 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue