forked from FoundKeyGang/FoundKey
typo
This commit is contained in:
parent
bc19cd77ad
commit
d3c7ddd2f4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue