Check for blank values on import and omit them (#1266)

* Check for blank values on import and omit them

* Add paused status to the pirep changed
This commit is contained in:
Nabeel S
2021-07-22 15:56:03 -04:00
committed by GitHub
parent 78d3c6b577
commit 88a8ffe48a
4 changed files with 18 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ class PirepStatusChanged extends Notification implements ShouldQueue
PirepStatus::LANDED => 'has landed',
PirepStatus::ARRIVED => 'has arrived',
PirepStatus::CANCELLED => 'is cancelled',
PirepStatus::PAUSED => 'is paused',
PirepStatus::EMERG_DESCENT => 'in emergency descent',
];