Skip to content

Commit 66227d4

Browse files
author
mikatong
committed
fix lite hbase delete check
1 parent 348e1be commit 66227d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tencentcloud/services/emr/service_tencentcloud_emr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ func (me *EMRService) SLInstanceStateRefreshFunc(instanceId string, failStates [
567567
}
568568

569569
if object == nil {
570-
return nil, "-2", nil
570+
return &emr.SLInstanceInfo{}, "-2", nil
571571
}
572572

573573
return object, helper.UInt64ToStr(*object.Status), nil

0 commit comments

Comments
 (0)