forked from FoundKeyGang/FoundKey
translate japanese to english
This commit is contained in:
parent
8f09b05e7c
commit
3aaa9facc6
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default async function(follower: { id: User['id']; host: User['host']; ur
|
|||
});
|
||||
|
||||
if (following == null) {
|
||||
logger.warn('フォロー解除がリクエストされましたがフォローしていませんでした');
|
||||
logger.warn('unfollow requested, but did not follow');
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue