fixed optimise dates value

This commit is contained in:
Leyla Becker 2024-10-03 16:56:43 +02:00
parent 48a321fbd5
commit 67abf0d448

View file

@ -15,7 +15,7 @@
}; };
optimise = { optimise = {
automatic = true; automatic = true;
dates = "weekly"; dates = ["weekly"];
}; };
}; };