Skip to content

Commit 2d1b245

Browse files
committed
🤦
1 parent cb34e71 commit 2d1b245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/config/token-config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var tokens []map[string]any
1414
func LoadTokens() {
1515
log.Debug("Loading Configs ", ENV.TOKENS_DIR)
1616

17-
LoadDir(ENV.TOKENS_DIR, yaml.Parser())
17+
tokens = LoadDir(ENV.TOKENS_DIR, yaml.Parser())
1818

1919
log.Dev(utils.ToJson(tokens))
2020
}

0 commit comments

Comments
 (0)