mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 08:15:52 +01:00
server-ts: Port revisions service
This commit is contained in:
@@ -33,10 +33,11 @@ abstract class AbstractBeccaEntity<T extends AbstractBeccaEntity<T>> {
|
||||
protected utcDateModified?: string;
|
||||
protected dateCreated?: string;
|
||||
protected dateModified?: string;
|
||||
protected isProtected?: boolean;
|
||||
protected isSynced?: boolean;
|
||||
|
||||
|
||||
protected blobId?: string;
|
||||
|
||||
isProtected?: boolean;
|
||||
|
||||
protected beforeSaving() {
|
||||
const constructorData = (this.constructor as unknown as ConstructorData<T>);
|
||||
|
||||
Reference in New Issue
Block a user