chore: Don't run `demo:reset` command daily (#353)

Removes daily schedule for `demo:reset` command.
This commit is contained in:
Víctor Falcón 2026-05-05 09:59:54 +01:00 committed by GitHub
parent e387c038ca
commit 3fea230d58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
use Illuminate\Support\Facades\Schedule;
Schedule::command('demo:reset')->twiceDaily();
Schedule::command('budgets:generate-periods')->daily();
Schedule::command('banking:sync')->everySixHours();
Schedule::command('banks:check-logos')->weekly();