wd 7 years ago
parent
commit
b2dd202f63
1 changed files with 2 additions and 0 deletions
  1. 2 0
      index.ts

+ 2 - 0
index.ts

@@ -491,6 +491,8 @@ export function convertAirspaceInfoLocalToServer(airspace
             }
 
             line.passing_points = passing_points;
+        } else {
+            line.passing_points = [];
         }
         return line;
     } else {