lint fixes

This commit is contained in:
syuilo
2024-06-06 11:40:11 +09:00
parent a697a7f97b
commit d55e638a23
3 changed files with 3 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ import { bindThis } from '@/decorators.js';
export const dbLogger = new MisskeyLogger('db');
const sqlLogger = dbLogger.createSubLogger('sql', 'gray', false);
const sqlLogger = dbLogger.createSubLogger('sql', 'gray');
class MyCustomLogger implements Logger {
@bindThis