This commit is contained in:
Josh Harvey 2017-01-10 18:41:37 +02:00
parent 1183950dad
commit f877f1f977
3 changed files with 1 additions and 4 deletions

View file

@ -32,12 +32,10 @@ function run () {
return runner()
}
const pp = require('./pp')
function runOnce () {
return verifySchema.valid()
.then(() => settingsLoader.loadLatest())
.then(settings => {
// pp(settings)
poller.start(settings)
const httpsServerOptions = {