Fix go vet issue

This commit is contained in:
Marco Munizaga
2022-07-01 09:04:31 -07:00
parent 0f3804229e
commit 836d53a98d
2 changed files with 0 additions and 2 deletions

View File

@@ -482,7 +482,6 @@ func IsSystemScope(name string) bool {
}
func IsTransientScope(name string) bool {
return strings.HasPrefix(name, "transient")
return name == "transient"
}