fix:sync daily changes AFTER import

This commit is contained in:
hackerESQ
2024-10-24 17:39:26 -05:00
parent 400ee1c6f2
commit 46531ce4fa
2 changed files with 11 additions and 2 deletions
-2
View File
@@ -52,8 +52,6 @@ class PortfoliosSheet implements ToCollection, WithValidation, WithHeadingRow, S
'notes' => $portfolio['notes'],
'owner_id' => $this->backupImport->user_id,
]);
Artisan::queue(SyncDailyChange::class, ['portfolio_id' => $portfolio->id])->delay(30 + ($index * 10));
}
}