wd 7 năm trước cách đây
mục cha
commit
b2dd202f63
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 {