Code refactoring for #1744

This commit is contained in:
Alex X
2025-10-07 13:25:42 +03:00
parent 670370056c
commit fe2cc4b525
20 changed files with 269 additions and 362 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ func Init() {
b = bytes.TrimSpace(b)
log.Debug().Str("url", shell.Redact(url)).Msgf("[echo] %s", b)
log.Debug().Str("url", url).Msgf("[echo] %s", b)
return string(b), nil
})