fixed cashOut rates bug
This commit is contained in:
parent
93983c9645
commit
87fdb355b2
6 changed files with 733 additions and 5090 deletions
|
|
@ -57,6 +57,8 @@ function sendNoAlerts (plugins) {
|
|||
}
|
||||
|
||||
function checkNotification (plugins) {
|
||||
if (!plugins.notificationsEnabled()) return Promise.resolve()
|
||||
|
||||
return checkStatus(plugins)
|
||||
.then(alertRec => {
|
||||
const currentAlertFingerprint = buildAlertFingerprint(alertRec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue