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.
.Get()
1 parent 6b18441 commit 8b9fac6Copy full SHA for 8b9fac6
internals/config/tokens.go
@@ -27,7 +27,7 @@ func LoadTokens() {
27
}
28
29
func NormalizeTokens() {
30
- log.Dev("Tokens: ", len(tokenConf.Layer.Slices("tokenconfigs")))
+ log.Dev("Tokens: ", tokenConf.Layer.Get("tokenconfigs"))
31
32
data := []map[string]any{}
33
0 commit comments