remove whitespace

This commit is contained in:
otofune 2017-11-06 18:38:59 +09:00
parent c1fc3b9f6e
commit d7e1ffb005
1 changed files with 1 additions and 1 deletions

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;