We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ec6fa commit 4f5f643Copy full SHA for 4f5f643
internal/services/keymanager/helpers.go
@@ -12,6 +12,7 @@ import (
12
13
func ExpandStringList(v any) []string {
14
var result []string
15
+
16
list := v.([]any)
17
18
for i, s := range list {
0 commit comments