Remove duplicate Satzung heading from PDF upload placeholder content

This commit is contained in:
Torsten Schulz (local)
2025-10-22 14:20:46 +02:00
parent 05e25347ca
commit 0f92649d53
6 changed files with 104 additions and 105 deletions

View File

@@ -67,7 +67,6 @@ export default defineEventHandler(async (event) => {
// Für jetzt: Einfacher Platzhalter-Text statt PDF-Parsing
// TODO: PDF-Parsing später implementieren
const htmlContent = `
<h2>Satzung</h2>
<p>Die Satzung wurde erfolgreich hochgeladen.</p>
<p><strong>Datei:</strong> ${file.originalname}</p>
<p><strong>Größe:</strong> ${(file.size / 1024).toFixed(2)} KB</p>