Spaces:
Build error
Build error
lolz
Browse files
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(
|
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 |
}
|