From 2242397280b75589a281ea7336fc6e9fba2421a9 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 8 Jan 2023 12:46:26 +0100 Subject: [PATCH] fix --- src/becca/entities/bnote.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/becca/entities/bnote.js b/src/becca/entities/bnote.js index 47cf0599f..e1ac3e701 100644 --- a/src/becca/entities/bnote.js +++ b/src/becca/entities/bnote.js @@ -1194,7 +1194,7 @@ class BNote extends AbstractBeccaEntity { addAttribute(type, name, value = "", isInheritable = false, position = 1000) { const BAttribute = require("./battribute"); - return new Attribute({ + return new BAttribute({ noteId: this.noteId, type: type, name: name,