admin-panel-fix
Some checks failed
Deploy on push / deploy (push) Failing after 4m49s

This commit is contained in:
2025-08-31 23:41:00 +03:00
parent 7258ddf059
commit 537f1db2db
2 changed files with 2 additions and 1 deletions

View File

@@ -527,7 +527,7 @@ class AdminService:
"key": var.key,
"value": var.value,
"description": var.description,
"type": var.type if hasattr(var, "type") else None,
"type": var.type,
"isSecret": var.is_secret,
}
for var in section.variables