We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4540bfc commit 9bc5635Copy full SHA for 9bc5635
src/opengeodeweb_viewer/rpc/utils_protocols.py
@@ -37,7 +37,7 @@ def importProject(self, rpc_params: ImportProject) -> None:
37
flush=True,
38
)
39
validate_schema(
40
- cast(dict[str, str], rpc_params.to_dict()),
+ cast(dict[str, str], rpc_params),
41
self.utils_schemas_dict["import_project"],
42
self.utils_prefix,
43
0 commit comments