remove whitespace
This commit is contained in:
parent
c1fc3b9f6e
commit
d7e1ffb005
|
@ -57,7 +57,7 @@ const self = async (
|
|||
_post = deepcopy(post);
|
||||
}
|
||||
|
||||
if (!_post) throw 'invalid post arg.';
|
||||
if (!_post) throw 'invalid post arg.';
|
||||
|
||||
const id = _post._id;
|
||||
|
||||
|
|
Loading…
Reference in New Issue