Merge branch 'stable'

# Conflicts:
#	bin/release-flatpack.sh
This commit is contained in:
zadam
2022-08-27 13:19:29 +02:00
5 changed files with 23 additions and 4 deletions

View File

@@ -97,6 +97,11 @@ function getNotesAndBranchesAndAttributes(noteIds) {
for (const attributeId of collectedAttributeIds) {
const attribute = becca.attributes[attributeId];
if (!attribute) {
log.error(`Could not find attribute for attributeId=${attributeId}`);
continue;
}
attributes.push({
attributeId: attribute.attributeId,
noteId: attribute.noteId,