Skip to content

Commit 5c464b3

Browse files
committed
Fix the LogoLights enum type
1 parent 65fb8fd commit 5c464b3

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

src/defs.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ export enum PirepState {
114114
export enum AircraftFeature {
115115
BeaconLights = 0,
116116
LandingLights = 1,
117-
LogoLight = 2,
117+
LogoLights = 2,
118118
NavigationLights = 3,
119119
StrobeLights = 4,
120-
TaxiLight = 5,
120+
TaxiLights = 5,
121121
WingLights = 6,
122122
Flaps = 7,
123123
APU = 8,

src/types/rule.d.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,6 @@ export interface Meta {
9696
*/
9797
points?: number
9898

99-
/**
100-
* From upstream
101-
*/
102-
parameter?: number
103-
10499
/**
105100
* This just allows any other properties
106101
*/

0 commit comments

Comments
 (0)