translate yet another japanese comment

This commit is contained in:
Johann150 2023-04-16 19:33:50 +02:00
parent 75fd42b070
commit 5f4aab6d46
Signed by: Johann150
GPG Key ID: 9EE6577A2A06F8F1
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ export default async (job: Bull.Job<InboxJobData>): Promise<string> => {
federationChart.inbox(i.host);
});
// アクティビティを処理
// process the activity
await perform(authUser.user, activity, resolver);
return 'ok';
};