1
0
This commit is contained in:
Antonio 2023-06-18 22:14:00 +08:00
parent a64532a5a0
commit 2119969415

View File

@ -177,8 +177,6 @@ func Handler(c *gin.Context, response *http.Response, token string, translated_r
err = json.Unmarshal([]byte(line), &original_response)
if err != nil {
println("Failed to parse JSON")
println(line)
continue
}
if original_response.Error != nil {