Skip to content

Commit f7c7065

Browse files
committed
wip
1 parent ec9ea33 commit f7c7065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Console/Commands/BackfillIdenticons.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public function handle()
3333
->chunk(100, function ($users) use (&$i) {
3434
foreach ($users as $user) {
3535
UpdateUserIdenticonStatus::dispatch($user);
36+
3637
$i++;
3738
}
3839

0 commit comments

Comments
 (0)