server-ts: Port becca_loader

This commit is contained in:
Elian Doran
2024-02-17 20:45:31 +02:00
parent 3d5ef81860
commit d35613f510
13 changed files with 61 additions and 56 deletions

View File

@@ -30,7 +30,7 @@ class BBranch extends AbstractBeccaEntity<BBranch> {
isExpanded!: boolean;
utcDateModified?: string;
constructor(row: BranchRow) {
constructor(row?: BranchRow) {
super();
if (!row) {