Skip to content

Commit f82d639

Browse files
committed
fix(qcloud): waf instance id
1 parent e6fd389 commit f82d639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/multicloud/qcloud/waf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (self *SWafInstance) GetName() string {
7979
}
8080

8181
func (self *SWafInstance) GetGlobalId() string {
82-
return self.Domain
82+
return self.InstanceId
8383
}
8484

8585
func (self *SWafInstance) GetId() string {

0 commit comments

Comments
 (0)