fix:#24 linted and formatted

This commit is contained in:
Elmar Kresse
2024-01-17 18:53:17 +01:00
parent f112c8c71c
commit c13cfc61fd
25 changed files with 4620 additions and 1890 deletions

View File

@@ -22,6 +22,6 @@ export class AnonymizedEventDTO {
public start: string,
public end: string,
public rooms: string,
public free: boolean
public free: boolean,
) {}
}