wd 7 tahun lalu
induk
melakukan
b2dd202f63
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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 {