Skip to content

Commit

Permalink
Fix the LogoLights enum type
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelio committed Sep 20, 2024
1 parent 65fb8fd commit 5c464b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/defs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ export enum PirepState {
export enum AircraftFeature {
BeaconLights = 0,
LandingLights = 1,
LogoLight = 2,
LogoLights = 2,
NavigationLights = 3,
StrobeLights = 4,
TaxiLight = 5,
TaxiLights = 5,
WingLights = 6,
Flaps = 7,
APU = 8,
Expand Down
5 changes: 0 additions & 5 deletions src/types/rule.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ export interface Meta {
*/
points?: number

/**
* From upstream
*/
parameter?: number

/**
* This just allows any other properties
*/
Expand Down

0 comments on commit 5c464b3

Please sign in to comment.