Skip to content

Commit

Permalink
Fix changing problem severity, fix #1104
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderzobnin committed Dec 23, 2020
1 parent 9802502 commit 47471fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class ZabbixAPIConnector {
action: action
};

if (severity) {
if (severity !== undefined) {
params.severity = severity;
}

Expand Down

0 comments on commit 47471fd

Please sign in to comment.