Fix changing problem severity, fix #1104

This commit is contained in:
Alexander Zobnin
2020-12-23 13:05:29 +03:00
parent 98025026f7
commit 47471fdef0

View File

@@ -114,7 +114,7 @@ export class ZabbixAPIConnector {
action: action action: action
}; };
if (severity) { if (severity !== undefined) {
params.severity = severity; params.severity = severity;
} }