mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
small refactorings and fixes
This commit is contained in:
@@ -47,7 +47,7 @@ class BRevision extends AbstractBeccaEntity {
|
||||
this.utcDateCreated = row.utcDateCreated;
|
||||
/** @type {string} */
|
||||
this.utcDateModified = row.utcDateModified;
|
||||
/** @type {integer} */
|
||||
/** @type {int} */
|
||||
this.contentLength = row.contentLength;
|
||||
|
||||
if (this.isProtected && !titleDecrypted) {
|
||||
|
||||
Reference in New Issue
Block a user