Skip to content

Commit

Permalink
Merge pull request #213 from Tampere/bugfix/pdf-content
Browse files Browse the repository at this point in the history
Pdf content fixes
  • Loading branch information
ossitammi authored Feb 2, 2024
2 parents b6139d8 + c9e324b commit 2b9245e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/src/application/pdf-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,9 @@ function getContent(
}),
];
}
// Unlisted types are ignored in the PDf
// Unlisted types are ignored in the PDF
default:
return null;
return [];
}
}

Expand Down

0 comments on commit 2b9245e

Please sign in to comment.