Skip to content

Commit 877c7c7

Browse files
committed
¯\_( ̄・_______・ ̄)_/¯
1 parent 55898b6 commit 877c7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/contentModel2/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ const root = (fsTree) => {
124124
})
125125
}
126126

127-
if (isACollectionDirectory) {
127+
if (isACollectionDirectory(node)) {
128128
return contentModel.collections.push(
129129
models.collection(node)
130130
)

0 commit comments

Comments
 (0)