Fix wrong push
This commit is contained in:
parent
20ed9b582c
commit
2eb8acf315
|
@ -1 +1 @@
|
||||||
module.exports = {};
|
module.exports = {}
|
||||||
|
|
|
@ -62,7 +62,7 @@ export class Scanner {
|
||||||
|
|
||||||
this.data.posts.push(post)
|
this.data.posts.push(post)
|
||||||
} else {
|
} else {
|
||||||
this.data.push({
|
this.data.other.push({
|
||||||
[metadata.filename]: data
|
[metadata.filename]: data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue