From 3b9204cdc5ccb806704de228c5d18df6b9a1aaf3 Mon Sep 17 00:00:00 2001 From: Badri Sunderarajan Date: Thu, 25 Feb 2021 15:41:09 +0530 Subject: [PATCH] Remove horizontal rules from response (and add #are!) --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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() })