ilhamap commited on
Commit
bcb4312
·
verified ·
1 Parent(s): 34cf1bb

Update index.mjs

Browse files
Files changed (1) hide show
  1. index.mjs +1 -1
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){