Skip to content

Commit 5bef6a1

Browse files
committed
return the freaking data
1 parent e75b945 commit 5bef6a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/compiler/contentModel/models/collection/category.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ class Category extends ContentModelEntryNode {
5353
if (categoriesAlias) {
5454
data[entriesAlias] = data.categories
5555
}
56+
57+
return data
5658
}
5759

5860
static draftCheck (mode, node) {

0 commit comments

Comments
 (0)