diff --git a/index.js b/index.js index 3832987..f1a0ce8 100644 --- a/index.js +++ b/index.js @@ -80,13 +80,13 @@ app.post("/edcal", (req, res) => { .join("\n")) res.send({ response_type: "in_channel", - text: `--- -#### Editorial Calendar + text: ` +#### Editorial Calendar #are |Title|PP|Due Date|Publish Date|Status| |:----|:-|:-------|:-----------|:-----| ${articleTable} ----`, +`, }) } else { res.send({ status: "ok", articles: articles.reverse() })