Skip to content

Commit

Permalink
Update code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxou44 authored Oct 2, 2018
1 parent 202eb0e commit e6edeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ redisClient.on('error', (err) => {

// Send to redis
redisClient.set(propersessionid, JSON.stringify({
"args": finalargs,
"env": env
args: finalargs,
env
}));

0 comments on commit e6edeee

Please sign in to comment.