Fix wrong push

This commit is contained in:
LordMathis 2019-03-26 19:30:00 +01:00
parent 20ed9b582c
commit 2eb8acf315
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
module.exports = {}; module.exports = {}

View File

@ -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
}) })
} }