fix: getter_proxy didn't return value

This commit is contained in:
Mose Müller
2025-06-19 13:52:31 +02:00
parent 37380c6d24
commit 43c6b5e817

View File

@ -257,7 +257,7 @@ class ProxyClassMixin:
self, attr_name: str, serialized_object: SerializedObject
) -> None:
def getter_proxy() -> Any:
get_value(
return get_value(
sio_client=self._sio,
loop=self._loop,
access_path=serialized_object["full_access_path"],