Skip to content

Commit

Permalink
Merge pull request #284 from ticaki/issue283
Browse files Browse the repository at this point in the history
fixed #283
  • Loading branch information
GermanBluefox authored Nov 6, 2023
2 parents 8d33adb + 66782b6 commit e53462f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ class Pushover extends utils.Adapter {
}

if (!this.pushover) {
callback && callback('Cannot send notification while not configured');
return;
}

Expand Down

0 comments on commit e53462f

Please sign in to comment.