Skip to content

Commit

Permalink
Cleanup old w/ folders
Browse files Browse the repository at this point in the history
  • Loading branch information
ilestis committed May 20, 2024
1 parent 2f00c68 commit 555b865
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/Commands/Cleanup/CleanupImages.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public function handle()
"select u.id from u " .
"left join campaigns as c on c.id = u.id " .
"where c.id is null";
DB::enableQueryLog();
$db = DB::select($select);
$nullCampaigns = [];
foreach ($db as $campaign) {
Expand Down

0 comments on commit 555b865

Please sign in to comment.