mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
Fixed the Mention mapper
This had some leftover code in that shouldn't have been merged.
This commit is contained in:
parent
1babf6126a
commit
008d83ad08
1 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,6 @@
|
|||
const utils = require('../../../index');
|
||||
|
||||
module.exports = (model, frame) => {
|
||||
module.exports = (model) => {
|
||||
const json = model.toJSON();
|
||||
|
||||
console.log(json);
|
||||
|
||||
return {
|
||||
id: json.id,
|
||||
source: json.source,
|
||||
|
|
Loading…
Add table
Reference in a new issue