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"))
|
.join("\n"))
|
||||||
res.send({
|
res.send({
|
||||||
response_type: "in_channel",
|
response_type: "in_channel",
|
||||||
text: `---
|
text: `
|
||||||
#### Editorial Calendar
|
#### Editorial Calendar #are
|
||||||
|
|
||||||
|Title|PP|Due Date|Publish Date|Status|
|
|Title|PP|Due Date|Publish Date|Status|
|
||||||
|:----|:-|:-------|:-----------|:-----|
|
|:----|:-|:-------|:-----------|:-----|
|
||||||
${articleTable}
|
${articleTable}
|
||||||
---`,
|
`,
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
res.send({ status: "ok", articles: articles.reverse() })
|
res.send({ status: "ok", articles: articles.reverse() })
|
||||||
|
|
Loading…
Reference in a new issue