mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-27 10:33:08 +02:00
remove whitespace
This commit is contained in:
parent
c1fc3b9f6e
commit
d7e1ffb005
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue