Cleanup visible flight logic (#1000)

* Cleanup visible flight logic

* Add transfer_time to API response
This commit is contained in:
Nabeel S
2021-01-21 11:11:11 -05:00
committed by GitHub
parent 0578f98b58
commit a2916bf536
2 changed files with 8 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ class User extends Resource
'last_pirep_id' => $this->last_pirep_id,
'flights' => $this->flights,
'flight_time' => $this->flight_time,
'transfer_time' => $this->transfer_time,
'timezone' => $this->timezone,
'state' => $this->state,
];