unneeded changes from dev

This commit is contained in:
zadam
2023-02-17 16:24:47 +01:00
parent 956682f2c7
commit 7d0117bd28
2 changed files with 3 additions and 13 deletions

View File

@@ -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;