clean up scheduled tasks

This commit is contained in:
hackerESQ
2024-09-01 21:18:09 -05:00
parent 3ed1d8ffa2
commit fda20faf29
6 changed files with 27 additions and 8229 deletions
@@ -44,6 +44,7 @@ class RefreshSplitData extends Command
foreach ($holdings as $holding) {
$this->line('Refreshing ' . $holding->symbol);
Split::refreshSplitData($holding->symbol);
}
}