fix up crypto services

This commit is contained in:
Josh Harvey 2016-12-09 00:10:18 +02:00
parent e24da06a1b
commit 1b89ed5c76
9 changed files with 82 additions and 46 deletions

View file

@ -32,7 +32,7 @@ function runOnce () {
const app = express()
const localApp = express()
return settingsLoader.load()
return settingsLoader.loadLatest()
.then(settings => {
poller.start(settings)