chore: lint

This commit is contained in:
Marie 2025-03-08 11:56:21 +00:00
parent 91e15fafbf
commit add1c71786

View file

@ -128,7 +128,7 @@ async function onClick() {
wait.value = false; wait.value = false;
return; return;
} }
await misskeyApi('following/requests/cancel', { await misskeyApi('following/requests/cancel', {
userId: props.user.id, userId: props.user.id,
}); });