julien-c HF staff commited on
Commit
3e12074
1 Parent(s): b851a37
Files changed (1) hide show
  1. server.ts +1 -2
server.ts CHANGED
@@ -58,9 +58,8 @@ app.post("/", async (req, res) => {
58
  });
59
 
60
  const apiOutput = await commentApiResponse.json();
61
- const apiJson = await apiOutput.json();
62
 
63
- console.log(apiJson);
64
  } else {
65
  console.error(`API Error`, await response.json());
66
  }
 
58
  });
59
 
60
  const apiOutput = await commentApiResponse.json();
 
61
 
62
+ console.log(apiOutput);
63
  } else {
64
  console.error(`API Error`, await response.json());
65
  }