Skip to content

Commit 98b3f24

Browse files
committed
fix: modify alarms
1 parent e74e8ad commit 98b3f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/service_tencentcloud_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ func (me *MonitorService) DescribeMonitorAlarmBasicAlarmsByFilter(ctx context.Co
19861986
request.AlarmStatus = v.([]*int64)
19871987
}
19881988
if k == "ObjLike" {
1989-
request.ObjLike = v.([]*string)
1989+
request.ObjLike = v.(*string)
19901990
}
19911991
if k == "InstanceGroupIds" {
19921992
request.InstanceGroupIds = v.([]*int64)

0 commit comments

Comments
 (0)