0
Fork 0
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:
Fabien "egg" O'Carroll 2023-01-17 17:06:22 +07:00
parent 1babf6126a
commit 008d83ad08

View file

@ -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,