Merge pull request #263 from cubedro/develop

fixed WS_SECRET if no pipe line found
pull/5/head
Marian OANCΞA 9 years ago
commit b50dda7424
  1. 2
      app.js

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

Loading…
Cancel
Save