LF contact field in embed
This commit is contained in:
parent
ccaa662813
commit
84337b7b1d
@ -26,7 +26,7 @@ export default defineEventHandler(async (event) => {
|
||||
throw new Error("Invalid input.");
|
||||
|
||||
let description = `${message}\n\n`;
|
||||
if (contact) description += `**Contact:** ${contact}`;
|
||||
if (contact) description += `**Contact:** ${contact}\n`;
|
||||
if (page) description += `**Page:** \`${page}\``;
|
||||
|
||||
await fetcher()
|
||||
|
@ -3,4 +3,5 @@ import tasky from "@taskylizard/eslint-config";
|
||||
|
||||
export default tasky({
|
||||
vue: true,
|
||||
browser: true,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user