internal: treat default resource group normally (#708)

Signed-off-by: BornChanger <dawn_catcher@126.com>
This commit is contained in:
BornChanger 2023-03-16 16:06:03 +08:00 committed by GitHub
parent ad4d1554b3
commit d19741b3ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func buildResourceControlInterceptor(
return nil return nil
} }
resourceGroupName := req.GetResourceGroupName() resourceGroupName := req.GetResourceGroupName()
// When the group name is empty we don't need to perform the resource control. // When the group name is empty, we don't need to perform the resource control.
if len(resourceGroupName) == 0 { if len(resourceGroupName) == 0 {
return nil return nil
} }