chore: run eslint

This commit is contained in:
Seijo Cecilia
2024-08-27 13:35:25 +08:00
parent 9feb0f4b53
commit 6384b50bae
4 changed files with 7 additions and 8 deletions

View File

@@ -191,7 +191,7 @@ export async function NCoreInitShell() {
logger.log(`可用于快速登录的 QQ\n${historyLoginList
.map((u, index) => `${index + 1}. ${u.uin} ${u.nickName}`)
.join('\n')
}`);
}`);
}
loginService.getQRCodePicture();
}