forked from FoundKeyGang/FoundKey
Add todo
This commit is contained in:
parent
d822b66243
commit
f635e22962
1 changed files with 2 additions and 0 deletions
|
@ -167,6 +167,8 @@ export const pack = (
|
|||
_user = deepcopy(user);
|
||||
}
|
||||
|
||||
// TODO: ここでエラーにするのではなくダミーのユーザーデータを返す
|
||||
// SEE: https://github.com/syuilo/misskey/issues/1432
|
||||
if (!_user) return reject('invalid user arg.');
|
||||
|
||||
// Me
|
||||
|
|
Loading…
Reference in a new issue