Spaces:
Runtime error
Runtime error
Update api/common.go
Browse files- api/common.go +1 -1
api/common.go
CHANGED
@@ -151,7 +151,7 @@ func HandleConversationResponse(c *gin.Context, resp *http.Response) (bool, stri
|
|
151 |
if err2 != nil {
|
152 |
continue
|
153 |
}
|
154 |
-
fmt.Printf("result: %v\n", result)
|
155 |
if message, ok := result["message"].(map[string]interface{}); ok {
|
156 |
status := message["status"].(string)
|
157 |
|
|
|
151 |
if err2 != nil {
|
152 |
continue
|
153 |
}
|
154 |
+
//fmt.Printf("result: %v\n", result)
|
155 |
if message, ok := result["message"].(map[string]interface{}); ok {
|
156 |
status := message["status"].(string)
|
157 |
|