mirror of
https://github.com/fmhy/edit.git
synced 2026-01-31 08:11:08 +11:00
LF contact field in embed
This commit is contained in:
parent
ccaa662813
commit
84337b7b1d
2 changed files with 2 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ export default defineEventHandler(async (event) => {
|
||||||
throw new Error("Invalid input.");
|
throw new Error("Invalid input.");
|
||||||
|
|
||||||
let description = `${message}\n\n`;
|
let description = `${message}\n\n`;
|
||||||
if (contact) description += `**Contact:** ${contact}`;
|
if (contact) description += `**Contact:** ${contact}\n`;
|
||||||
if (page) description += `**Page:** \`${page}\``;
|
if (page) description += `**Page:** \`${page}\``;
|
||||||
|
|
||||||
await fetcher()
|
await fetcher()
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,5 @@ import tasky from "@taskylizard/eslint-config";
|
||||||
|
|
||||||
export default tasky({
|
export default tasky({
|
||||||
vue: true,
|
vue: true,
|
||||||
|
browser: true,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue