wd hace 7 años
padre
commit
b2dd202f63
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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 {