mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
unneeded changes from dev
This commit is contained in:
@@ -42,7 +42,7 @@ class FAttribute {
|
||||
|
||||
get targetNoteId() { // alias
|
||||
if (this.type !== 'relation') {
|
||||
throw new Error(`FAttribute ${this.attributeId} is not a relation`);
|
||||
throw new Error(`Attribute ${this.attributeId} is not a relation`);
|
||||
}
|
||||
|
||||
return this.value;
|
||||
|
||||
Reference in New Issue
Block a user