diff --git a/src/becca/entities/bnote.ts b/src/becca/entities/bnote.ts index 16461c35f..edb7f67e3 100644 --- a/src/becca/entities/bnote.ts +++ b/src/becca/entities/bnote.ts @@ -1666,7 +1666,7 @@ class BNote extends AbstractBeccaEntity { getPojo(): NotePojo { return { noteId: this.noteId, - title: this.title || undefined, + title: this.title, isProtected: this.isProtected, type: this.type, mime: this.mime,