remove whitespace

This commit is contained in:
otofune 2017-11-06 18:38:59 +09:00
parent 3ab030387f
commit 2f2c541245

View file

@ -57,7 +57,7 @@ const self = async (
_post = deepcopy(post); _post = deepcopy(post);
} }
if (!_post) throw 'invalid post arg.'; if (!_post) throw 'invalid post arg.';
const id = _post._id; const id = _post._id;