Better connection handling
Jenkins Production Deployment

This commit is contained in:
2022-06-26 14:48:00 +02:00
parent fc65474930
commit 0325534d53
64 changed files with 1697 additions and 1505 deletions
@@ -2,9 +2,9 @@
* Used in the getEventData method
*/
export interface Registration {
registrationId: string;
name: string;
registeredDate: Date;
takesPart: boolean;
comment: string;
registrationId: string;
name: string;
registeredDate: Date;
takesPart: boolean;
comment: string;
}