Ajusta condição if not raw_response em orm.repositories.pages.GetPageProperty que faltava um else
This commit is contained in:
@@ -56,8 +56,10 @@ class GetPageProperty:
|
|||||||
result = _PageProperties.parse(
|
result = _PageProperties.parse(
|
||||||
page = prop_data[0]
|
page = prop_data[0]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
else:
|
||||||
|
|
||||||
result = prop_data[0]
|
result = prop_data[0]
|
||||||
|
|
||||||
return result
|
return result
|
||||||
|
|
||||||
Reference in New Issue
Block a user