diff --git a/server/src/application/pdf-generator.ts b/server/src/application/pdf-generator.ts index 06493090..ada624c6 100644 --- a/server/src/application/pdf-generator.ts +++ b/server/src/application/pdf-generator.ts @@ -425,9 +425,9 @@ function getContent( }), ]; } - // Unlisted types are ignored in the PDf + // Unlisted types are ignored in the PDF default: - return null; + return []; } }