Spaces:
Sleeping
Sleeping
Update index.mjs
Browse files
index.mjs
CHANGED
@@ -48,7 +48,7 @@ async function asyncAPICall(data, socket) {
|
|
48 |
data[0], // blob in 'image' Image component
|
49 |
data[1], // string in 'Question' Textbox component
|
50 |
]);
|
51 |
-
console.log(api_result)
|
52 |
socket.emit("api_response", (api_result.data))
|
53 |
}
|
54 |
catch(e){
|
|
|
48 |
data[0], // blob in 'image' Image component
|
49 |
data[1], // string in 'Question' Textbox component
|
50 |
]);
|
51 |
+
console.log(api_result.data)
|
52 |
socket.emit("api_response", (api_result.data))
|
53 |
}
|
54 |
catch(e){
|