Merge pull request #263 from cubedro/develop

fixed WS_SECRET if no pipe line found
This commit is contained in:
Marian OANCΞA 2015-08-18 21:29:46 +03:00
commit b50dda7424
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('');
}
}