style: lint

This commit is contained in:
手瓜一十雪
2025-02-02 20:17:28 +08:00
parent d626f872e6
commit ac193cc94a
135 changed files with 529 additions and 529 deletions

View File

@@ -32,7 +32,7 @@ export class RkeyManager {
}
if (this.failureCount >= this.FAILURE_LIMIT) {
this.logger.logError(`[Rkey] 服务存在异常, 图片使用FallBack机制`);
this.logger.logError('[Rkey] 服务存在异常, 图片使用FallBack机制');
throw new Error('获取rkey失败次数过多请稍后再试');
}