Add roundpup to table header
This commit is contained in:
parent
3b9204cdc5
commit
1b9d542b88
1 changed files with 2 additions and 2 deletions
4
index.js
4
index.js
|
@ -83,8 +83,8 @@ app.post("/edcal", (req, res) => {
|
||||||
text: `
|
text: `
|
||||||
#### Editorial Calendar #are
|
#### Editorial Calendar #are
|
||||||
|
|
||||||
|Title|PP|Due Date|Publish Date|Status|
|
|:roundpup: Title|PP|Due Date|Publish Date|Status|
|
||||||
|:----|:-|:-------|:-----------|:-----|
|
|:---------------|:-|:-------|:-----------|:-----|
|
||||||
${articleTable}
|
${articleTable}
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue