Ticket Telefon Hotfix

This commit is contained in:
Moritz Utcke
2025-08-04 11:09:36 -04:00
parent eb04f5b0b5
commit 2bee3f55c6
2 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ export const PUT = defineApiRoute({
const url = new URL("https://api.trello.com/1/cards")
url.searchParams.append("name", input.titel)
url.searchParams.append("desc", `User: ${input.email}\n\nDescription: ${input.beschreibung}\n\nCategory: ${category}`)
url.searchParams.append("desc", `User: ${input.email}\n\nDescription: ${input.beschreibung}\n\nKategorie: ${category}\n\nTelefon: ${(input.metadata as Record<string, string>).telefon || "Nicht angegeben"}`)
url.searchParams.append("pos", "top")
url.searchParams.append("idLabels",
(category &&