mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
server-ts: Port becca_loader
This commit is contained in:
@@ -30,7 +30,7 @@ class BBranch extends AbstractBeccaEntity<BBranch> {
|
||||
isExpanded!: boolean;
|
||||
utcDateModified?: string;
|
||||
|
||||
constructor(row: BranchRow) {
|
||||
constructor(row?: BranchRow) {
|
||||
super();
|
||||
|
||||
if (!row) {
|
||||
|
||||
Reference in New Issue
Block a user