Skip to content

Commit

Permalink
fix(worker): severity mapping for warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ncosta-ic committed May 16, 2024
1 parent f17f8a0 commit 491cb1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/notifications-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function processMessage (event) {
case 'ok':
severity = 'ok';
break;
case 'warn':
case 'warning':
severity = 'warning';
break;
case 'crit':
Expand Down

0 comments on commit 491cb1c

Please sign in to comment.