chore: clean up market data seed

This commit is contained in:
hackerESQ
2025-03-07 19:15:10 -06:00
parent 00fbdec6f1
commit 10e6de8df4
2 changed files with 4 additions and 4 deletions
+1 -2
View File
@@ -63,9 +63,8 @@ class MarketDataSeeder extends Seeder
// final clean up
if (! empty($this->rows)) {
echo 'did '.$rowCount.' already. doing '.count($this->rows).' more';
$this->bulkInsert($this->rows);
$this->bulkInsert($this->rows);
}
// Close the CSV file