Merge pull request #5474 from zhaoxiangchun/automated-cherry-pick-of-#5472-upstream-release-3.1

Automated cherry pick of #5472: 修复meteralartbug
This commit is contained in:
Zexi Li
2020-03-13 00:44:21 +08:00
committed by GitHub
+1 -1
View File
@@ -169,8 +169,8 @@ func (man *SMeterAlertManager) ValidateCreateData(
if err != nil {
return nil, err
}
data.Name = name
data.AlertCreateInput = alertInput
data.Name = name
return &data, nil
}