mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
4c9d4ed664
commit
4a5a5acba7
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ module.exports = {
|
|||
method: 'importContent'
|
||||
},
|
||||
query(frame) {
|
||||
return importer.importFromFile(frame.data, {include: frame.options.withRelated});
|
||||
return importer.importFromFile(frame.file, {include: frame.options.withRelated});
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue