f
This commit is contained in:
@@ -134,6 +134,9 @@ func (s *WhitelistService) GetWhitelistedFeatureApisByIdCard(
|
||||
idCard string,
|
||||
) (map[string]bool, error) {
|
||||
result := make(map[string]bool)
|
||||
if s == nil {
|
||||
return result, nil
|
||||
}
|
||||
if idCard == "" {
|
||||
return result, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user