fix: error heading location
This commit is contained in:
@@ -39,7 +39,7 @@ ${usage}
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${TOKEN}`,
|
Authorization: `Bearer ${TOKEN}`,
|
||||||
Title: `Daily Digest for ${dayjs().format("YYYY-MM-DD")}: Error`,
|
Title: `Daily Digest for ${dayjs().format("YYYY-MM-DD")}`,
|
||||||
Markdown: "yes",
|
Markdown: "yes",
|
||||||
Tags: "calendar",
|
Tags: "calendar",
|
||||||
Priority: "max"
|
Priority: "max"
|
||||||
@@ -66,7 +66,7 @@ async function runMain() {
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
headers: {
|
headers: {
|
||||||
Authorization: `Bearer ${TOKEN}`,
|
Authorization: `Bearer ${TOKEN}`,
|
||||||
Title: `Daily Digest for ${dayjs().format("YYYY-MM-DD")}`,
|
Title: `Daily Digest for ${dayjs().format("YYYY-MM-DD")}: Error`,
|
||||||
Markdown: "yes",
|
Markdown: "yes",
|
||||||
Tags: "calendar"
|
Tags: "calendar"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user