* Discord notifications for events #433 * Style fixes * Check for blank webhook urls and disable * Cleanup items after review * Changes and fixes * Style fixes * Don't load env for testing * Fix status text * Refactor saving fields/fares so events get the latest data * Cleanup * Style fixes
This commit is contained in:
@@ -46,7 +46,7 @@ class FlightRouteAwards extends Award
|
||||
*/
|
||||
public function check($dptarr = null): bool
|
||||
{
|
||||
if ($this->user->last_pirep_id === null) {
|
||||
if ($this->user->last_pirep_id === null || empty($this->user->last_pirep)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
namespace Modules\Awards\Awards;
|
||||
|
||||
use App\Contracts\Award;
|
||||
use Log;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
/**
|
||||
* All award classes need to extend Award and implement the check() method
|
||||
|
||||
Reference in New Issue
Block a user