Skip to content

Commit

Permalink
Fix Flight.slotSwapCounter typings (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
kouak authored Jun 26, 2024
1 parent 0259802 commit 8b4c7a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/loud-windows-rhyme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@dgac/nmb2b-client': patch
---

Fix Flight.slotSwapCounter typings
2 changes: 1 addition & 1 deletion src/Flight/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ export interface Flight {
targetTimeOverFix?: TargetTime;
flightState?: FlightState;
lastKnownPosition?: FourDPosition;
slotSwapCounter: {
slotSwapCounter?: {
// SlotSwapCounter,
currentCounter: number;
maxLimit: number;
Expand Down

0 comments on commit 8b4c7a3

Please sign in to comment.