smolSWE commited on
Commit
070890d
·
verified ·
1 Parent(s): c3558ea

Update server.ts

Browse files
Files changed (1) hide show
  1. server.ts +1 -1
server.ts CHANGED
@@ -64,7 +64,7 @@ app.post("/", async (req, res) => {
64
 
65
  console.log(apiOutput);
66
  } else {
67
- console.error(`API Error`, await response.json());
68
  }
69
  }
70
  res.json({ success: true });
 
64
 
65
  console.log(apiOutput);
66
  } else {
67
+ console.error(`API Error`);
68
  }
69
  }
70
  res.json({ success: true });