chore: stabilize lint and verify builds

This commit is contained in:
2026-02-06 11:51:32 +08:00
parent edede17880
commit 1782f64417
114 changed files with 3032 additions and 1345 deletions

View File

@@ -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
}