Skip to content

Commit 1a2ed76

Browse files
committed
Remove testing thing
1 parent a13c824 commit 1a2ed76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/RclMessagesController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function create()
3131
}
3232

3333
$data = $this->dataService->getActivePilotData(Auth::user());
34-
$isConcorde = true; //$data?->flight_plan?->aircraft_short == 'A320';
34+
$isConcorde = $data?->flight_plan?->aircraft_short == 'CONC';
3535
return view('pilots.rcl.create', [
3636
'callsign' => $data?->callsign ?? null,
3737
'flight_level' => substr($data?->flight_plan?->altitude, 0, 3) ?? null,

0 commit comments

Comments
 (0)