chore: stabilize lint and verify builds
This commit is contained in:
@@ -25,6 +25,7 @@ func GenderItems() []requests.KV {
|
||||
for _, v := range values {
|
||||
items = append(items, requests.NewKV(string(v), v.Description()))
|
||||
}
|
||||
|
||||
return items
|
||||
}
|
||||
|
||||
@@ -49,6 +50,7 @@ func UserContentActionTypeItems() []requests.KV {
|
||||
for _, v := range values {
|
||||
items = append(items, requests.NewKV(string(v), v.Description()))
|
||||
}
|
||||
|
||||
return items
|
||||
}
|
||||
|
||||
@@ -71,6 +73,7 @@ func UserCommentActionTypeItems() []requests.KV {
|
||||
for _, v := range values {
|
||||
items = append(items, requests.NewKV(string(v), v.Description()))
|
||||
}
|
||||
|
||||
return items
|
||||
}
|
||||
|
||||
@@ -95,6 +98,7 @@ func PayoutAccountTypeItems() []requests.KV {
|
||||
for _, v := range values {
|
||||
items = append(items, requests.NewKV(string(v), v.Description()))
|
||||
}
|
||||
|
||||
return items
|
||||
}
|
||||
|
||||
@@ -123,5 +127,6 @@ func NotificationTypeItems() []requests.KV {
|
||||
for _, v := range values {
|
||||
items = append(items, requests.NewKV(string(v), v.Description()))
|
||||
}
|
||||
|
||||
return items
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user