cleanup
This commit is contained in:
parent
8a4b447db3
commit
e930925818
5 changed files with 15 additions and 31 deletions
|
|
@ -11,7 +11,7 @@ function getBalances () {
|
|||
}
|
||||
|
||||
db.init('psql://lamassu:lamassu@localhost/lamassu')
|
||||
notifier.init(db, getBalances)
|
||||
notifier.init(db, getBalances, {lowBalanceThreshold: 10})
|
||||
console.log('DEBUG0')
|
||||
notifier.checkStatus()
|
||||
.then(function (alertRec) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue