diff --git a/app/Jobs/Ninja/AdjustEmailQuota.php b/app/Jobs/Ninja/AdjustEmailQuota.php index dec4945673b7..8be8db325cdb 100644 --- a/app/Jobs/Ninja/AdjustEmailQuota.php +++ b/app/Jobs/Ninja/AdjustEmailQuota.php @@ -60,6 +60,7 @@ class AdjustEmailQuota implements ShouldQueue { Account::query()->cursor()->each(function ($account){ + nlog("resetting email quota for {$account->key}"); Cache::forget($account->key); Cache::forget("throttle_notified:{$account->key}"); });