Skip to content

Commit 0a0c5a6

Browse files
committed
feat: add beschreibung and bedingungen fields to unterveranstaltungSelect #401
1 parent b08b126 commit 0a0c5a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/api/src/services/veranstaltung/veranstaltung.list.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export const unterveranstaltungSelect: Prisma.UnterveranstaltungSelect = {
3838
teilnahmegebuehr: true,
3939
meldebeginn: true,
4040
meldeschluss: true,
41+
beschreibung: true,
42+
bedingungen: true,
4143
gliederungId: true,
4244
_count: {
4345
select: {

0 commit comments

Comments
 (0)