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 bee5d71 commit 0143dadCopy full SHA for 0143dad
internals/config/tokens.go
@@ -27,7 +27,7 @@ func LoadTokens() {
27
}
28
29
func NormalizeTokens() {
30
- log.Dev("Tokens: ", tokenConf.Layer.All())
+ log.Dev("Tokens: ", tokenConf.Layer.Slices("tokenconfigs"))
31
32
data := []map[string]any{}
33
0 commit comments