Update configLoader.ts

This commit is contained in:
freearhey 2025-01-25 22:21:08 +03:00
parent 71ab07fbea
commit dbda25d4a8

View file

@ -7,7 +7,7 @@ export class ConfigLoader {
const fileUrl = pathToFileURL(filepath).toString() const fileUrl = pathToFileURL(filepath).toString()
const config = (await import(fileUrl)).default const config = (await import(fileUrl)).default
const defaultConfig = { const defaultConfig = {
days: 2, days: 1,
delay: 0, delay: 0,
output: 'guide.xml', output: 'guide.xml',
request: { request: {