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

@ -94,6 +94,7 @@ function plugins (settings) {
limit 1`
return db.one(sql, ['config'])
.then(row => row.id)
}
function pollQueries (deviceTime, deviceId, deviceRec) {