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