This commit is contained in:
tamaina 2023-01-03 12:38:23 +00:00
parent 81bf00333d
commit 0f06a9ed0e
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import { bindThis } from '@/decorators.js';
@Injectable() @Injectable()
export class DownloadService { export class DownloadService {
private logger: Logger; private logger: Logger;
private undiciFetcher: UndiciFetcher:; private undiciFetcher: UndiciFetcher;
constructor( constructor(
@Inject(DI.config) @Inject(DI.config)