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 4f5f643 commit a1d71b6Copy full SHA for a1d71b6
internal/services/keymanager/helpers.go
@@ -12,7 +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