mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
Removed redundant email serialization on post
no issue
This commit is contained in:
parent
e3616f177c
commit
90a6fe8cbb
@ -61,9 +61,6 @@ export default ApplicationSerializer.extend(EmbeddedRecordsMixin, {
|
||||
delete json.visibility;
|
||||
}
|
||||
|
||||
delete json.email_id;
|
||||
delete json.email;
|
||||
|
||||
return json;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user