Skip to content

Commit

Permalink
styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Crypta-Eve committed Sep 6, 2024
1 parent 2985b60 commit 68a451e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Jobs/UpdateCharacterFilters.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function tags()
public function handle()
{
// without chunking, we can run out of memory on large installs
CharacterInfo::chunk(200, function ($characters){
CharacterInfo::chunk(200, function ($characters) {
foreach ($characters as $character){
event(new CharacterFilterDataUpdate($character));
}
Expand Down

0 comments on commit 68a451e

Please sign in to comment.