add safety guard to serializers & fix importing uncorrect serializer
This commit is contained in:
parent
26602dcd20
commit
c1fc3b9f6e
3 changed files with 5 additions and 1 deletions
|
|
@ -57,6 +57,8 @@ const self = async (
|
|||
_post = deepcopy(post);
|
||||
}
|
||||
|
||||
if (!_post) throw 'invalid post arg.';
|
||||
|
||||
const id = _post._id;
|
||||
|
||||
// Rename _id to id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue