Browse Source

#2873

update
tags/v1.22.9.1^2^2
chenyifan01 3 years ago
parent
commit
3fe8e377a2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      services/cloudbrain/resource/resource_specification.go

+ 1
- 0
services/cloudbrain/resource/resource_specification.go View File

@@ -229,6 +229,7 @@ func filterExclusiveSpecs(r []*models.Specification, userId int64) []*models.Spe
if isMember {
specs = append(specs, spec)
specMap[spec.ID] = ""
break
}
}
}


Loading…
Cancel
Save