diff --git a/host.js b/host.js index 271f40f..f2e712e 100644 --- a/host.js +++ b/host.js @@ -59,7 +59,7 @@ export const hostPage = () => { }); app.post("/webhook", async (req, res) => { - if (req.body.includes("No player-facing changes")) { + if (JSON.stringify(req.body).includes("No player-facing changes")) { return; }