Update On Sat Sep 13 20:34:35 CEST 2025

This commit is contained in:
github-action[bot]
2025-09-13 20:34:36 +02:00
parent f93a1b54e8
commit 8cbef33280
192 changed files with 2148 additions and 1571 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ func (a *HookAuth) GetValues(s string) {
s = strings.ReplaceAll(s, "\r\n", "\n")
// iterate input lines
for _, val := range strings.Split(s, "\n") {
for val := range strings.Lines(s) {
v := strings.SplitN(val, "=", 2)
// skips non key and value format