chore: upgrade deps

This commit is contained in:
iCrawl
2022-06-19 13:19:24 +02:00
parent 268a9b4be5
commit 358c3f4a46
20 changed files with 596 additions and 601 deletions

View File

@@ -67,7 +67,7 @@ if (options.custom) {
const categoryId = category.id ?? category.name.toLowerCase();
const dir = join(customDir, category.path ?? categoryId);
custom[categoryId] = {
name: category.name || category.id,
name: category.name || category.id!,
files: {},
};