few bug fixes
This commit is contained in:
parent
fe1ed536c5
commit
c3cd705bc9
3 changed files with 3960 additions and 7 deletions
|
|
@ -79,7 +79,7 @@ function loadLatestConfig () {
|
|||
order by id desc
|
||||
limit 1`
|
||||
|
||||
db.oneOrNone(sql, ['config'])
|
||||
return db.oneOrNone(sql, ['config'])
|
||||
.then(row => row ? row.data.config : [])
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue