wip

fix
This commit is contained in:
2025-04-26 16:21:57 +01:00
parent 151142fa9b
commit 7f7a2975af
7 changed files with 6 additions and 4 deletions

View File

@@ -355,6 +355,8 @@ func main() {
Refresh: refresh,
}
fmt.Println(codeReturn)
json, err := json.Marshal(codeReturn)
if err != nil {
log.Println(err)