fixed WS_SECRET if no pipe line found

This commit is contained in:
cubedro 2015-08-18 21:29:29 +03:00
parent c2a98f5728
commit a5ffebfd6f
1 changed files with 1 additions and 1 deletions

2
app.js
View File

@ -17,7 +17,7 @@ else
}
else
{
WS_SECRET = [process.env.WS_SECRET];
WS_SECRET = process.env.WS_SECRET.split('');
}
}