Remove horizontal rules from response (and add #are!)
This commit is contained in:
parent
ced39b9328
commit
3b9204cdc5
1 changed files with 3 additions and 3 deletions
6
index.js
6
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() })
|
||||
|
|
Loading…
Reference in a new issue