We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2c7c9 commit 1923ee8Copy full SHA for 1923ee8
1 file changed
services/notifications.js
@@ -62,13 +62,12 @@ class NotificationService {
62
*/
63
sendNotifications() {
64
if (!this.notificationEnabled) {
65
- console.log(this.notificationEnabled);
66
return
67
}
68
if (this.notificationType === 'success' && this.notifyOnSuccess === 'false') {
69
70
71
- if (this.notificationType === 'error' && this.notifyOnError == 'false') {
+ if (this.notificationType === 'error' && this.notifyOnError === 'false') {
72
73
74
const services = this.getSupportedServices()
0 commit comments