Removed redundant email serialization on post

no issue
This commit is contained in:
Rish 2019-11-07 16:13:23 +07:00
parent e3616f177c
commit 90a6fe8cbb

View File

@ -61,9 +61,6 @@ export default ApplicationSerializer.extend(EmbeddedRecordsMixin, {
delete json.visibility;
}
delete json.email_id;
delete json.email;
return json;
}
});