Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkaixiang committed Dec 8, 2023
1 parent 9d39f15 commit a383824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,6 @@ const main = async (): Promise<void> => {
try {
await stockpilerUpdateStockpile(client, JSON.parse(body), response);
} catch (e) {
console.log(e);
response.writeHead(403, { "Content-Type": "application/json" });
response.end(
JSON.stringify({ success: false, error: "invalid-json" })
Expand Down

0 comments on commit a383824

Please sign in to comment.