Implement announce
And bug fixes
This commit is contained in:
parent
0004944708
commit
6e34e77372
17 changed files with 164 additions and 300 deletions
|
|
@ -112,7 +112,7 @@ export const pack = async (
|
|||
_note = deepcopy(note);
|
||||
}
|
||||
|
||||
if (!_note) throw 'invalid note arg.';
|
||||
if (!_note) throw `invalid note arg ${note}`;
|
||||
|
||||
const id = _note._id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue