chore: stabilize lint and verify builds
This commit is contained in:
@@ -27,6 +27,7 @@ func TenantInviteStatusItems() []requests.KV {
|
||||
for _, v := range values {
|
||||
items = append(items, requests.NewKV(string(v), v.Description()))
|
||||
}
|
||||
|
||||
return items
|
||||
}
|
||||
|
||||
@@ -55,5 +56,6 @@ func TenantJoinRequestStatusItems() []requests.KV {
|
||||
for _, v := range values {
|
||||
items = append(items, requests.NewKV(string(v), v.Description()))
|
||||
}
|
||||
|
||||
return items
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user