parent
e5fd9e004c
commit
3c10abb123
|
@ -157,10 +157,6 @@ export const post = async (user: UserToken, params: misskey.Endpoints['notes/cre
|
||||||
|
|
||||||
const res = await api('notes/create', q, user);
|
const res = await api('notes/create', q, user);
|
||||||
|
|
||||||
if (res.status !== 200) {
|
|
||||||
console.log(res);
|
|
||||||
}
|
|
||||||
|
|
||||||
// FIXME: the return type should reflect this fact.
|
// FIXME: the return type should reflect this fact.
|
||||||
return (res.body ? res.body.createdNote : null)!;
|
return (res.body ? res.body.createdNote : null)!;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue