Skip to content
Snippets Groups Projects
Commit d3c7ddd2 authored by syuilo's avatar syuilo
Browse files

typo

parent bc19cd77
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ export async function importBlocking(job: Bull.Job<DbUserImportJobData>, done: a
// skip myself
if (target.id === job.data.user.id) continue;
logger.info(`Mute[${linenum}] ${target.id} ...`);
logger.info(`Block[${linenum}] ${target.id} ...`);
await block(user, target);
} catch (e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment