Skip to content

Commit 9bc5635

Browse files
committed
test
1 parent 4540bfc commit 9bc5635

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
@@ -37,7 +37,7 @@ def importProject(self, rpc_params: ImportProject) -> None:
3737
flush=True,
3838
)
3939
validate_schema(
40-
cast(dict[str, str], rpc_params.to_dict()),
40+
cast(dict[str, str], rpc_params),
4141
self.utils_schemas_dict["import_project"],
4242
self.utils_prefix,
4343
)

0 commit comments

Comments
 (0)