This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user