Add roundpup to table header

This commit is contained in:
Badri Sunderarajan 2021-02-25 15:43:27 +05:30
parent 3b9204cdc5
commit 1b9d542b88

View file

@ -83,8 +83,8 @@ app.post("/edcal", (req, res) => {
text: `
#### Editorial Calendar #are
|Title|PP|Due Date|Publish Date|Status|
|:----|:-|:-------|:-----------|:-----|
|:roundpup: Title|PP|Due Date|Publish Date|Status|
|:---------------|:-|:-------|:-----------|:-----|
${articleTable}
`,
})