chore: fix lint

This commit is contained in:
Jonathan Jogenfors 2023-11-13 09:39:02 +01:00
parent 7c40e36e35
commit b4ca48b246

View file

@ -1,6 +1,5 @@
import { CrawlOptionsDto } from 'src/cores/dto/crawl-options-dto';
import { glob } from 'glob';
import * as fs from 'fs';
export class CrawlService {
private readonly extensions!: string[];