Skip to content

Commit 15f1aeb

Browse files
committed
to_dict()
1 parent 3870e81 commit 15f1aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/opengeodeweb_viewer/rpc/utils_protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def importProject(self, rpc_params: ImportProject) -> None:
3636
flush=True,
3737
)
3838
validate_schema(
39-
rpc_params,
39+
rpc_params.to_dict(),
4040
self.utils_schemas_dict["import_project"],
4141
self.utils_prefix,
4242
)

0 commit comments

Comments
 (0)