This commit is contained in:
Josh Harvey 2016-12-09 03:07:46 +02:00
parent 2355054cdc
commit 2c6177bff9
4 changed files with 9 additions and 2 deletions

View file

@ -14,7 +14,7 @@ function load (versionId) {
}))
}
function loadLatest (versionId) {
function loadLatest () {
return Promise.all([loadLatestConfig(), loadAccounts()])
.then(([config, accounts]) => ({
config,