We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 202eb0e commit e6edeeeCopy full SHA for e6edeee
app.js
@@ -80,6 +80,6 @@ redisClient.on('error', (err) => {
80
81
// Send to redis
82
redisClient.set(propersessionid, JSON.stringify({
83
- "args": finalargs,
84
- "env": env
+ args: finalargs,
+ env
85
}));
0 commit comments