Fix typo on exporting subtasks.

Thanks to xiorcala !

Closes #2770
This commit is contained in:
Lauri Ojansivu 2019-10-29 22:02:30 +02:00
parent 7faff44825
commit 00d581245c

View file

@ -112,7 +112,7 @@ export class Exporter {
); );
result.subtaskItems.push( result.subtaskItems.push(
...Cards.find({ ...Cards.find({
parentid: card._id, parentId: card._id,
}).fetch(), }).fetch(),
); );
}); });