mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -07:00
typo
This commit is contained in:
parent
aa2acfc3ea
commit
29bd33f3f1
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