Skip to content

Commit e6edeee

Browse files
authored
Update code style
1 parent 202eb0e commit e6edeee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@ redisClient.on('error', (err) => {
8080

8181
// Send to redis
8282
redisClient.set(propersessionid, JSON.stringify({
83-
"args": finalargs,
84-
"env": env
83+
args: finalargs,
84+
env
8585
}));

0 commit comments

Comments
 (0)