mirror of
https://github.com/misskey-dev/misskey
synced 2024-11-27 22:38:39 +09:00
attempt to fix test error
This commit is contained in:
parent
b77106b440
commit
d9d6524cad
@ -56,7 +56,8 @@ export class FileInfoService {
|
||||
private aiService: AiService,
|
||||
private loggerService: LoggerService,
|
||||
) {
|
||||
this.logger = this.loggerService.getLogger('file-info');
|
||||
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
|
||||
this.logger = this.loggerService?.getLogger('file-info'); // なぜか TypeError: Cannot read properties of undefined (reading 'getLogger') と言われる
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user