feat: delete ports

This commit is contained in:
TheNoxium
2025-11-15 15:10:17 +05:00
parent 09365d11e5
commit 11090a742a
21 changed files with 22 additions and 80 deletions

View File

@@ -40,10 +40,7 @@ class VorkNodeSwitch(VorkNode):
validated_links = self.validate_links()
# Создаем данные портов (default=0, case_1=1)
node_data = SwitchNodeCoreSchemaData(
default_port_number=0,
case_1_port_number=1,
)
node_data = None
# Создаем схему с валидированными данными
return SwitchNodeCoreSchema(