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 9204637 commit 3d3b341Copy full SHA for 3d3b341
services/api-server/src/simcore_service_api_server/_service_function_jobs.py
@@ -199,9 +199,6 @@ async def run_function(
199
is_valid, validation_str = await self.validate_function_inputs(
200
function_id=function.uid,
201
inputs=joined_inputs,
202
- wb_api_rpc=self._web_rpc_client,
203
- user_id=self.user_id,
204
- product_name=self.product_name,
205
)
206
if not is_valid:
207
raise FunctionInputsValidationError(error=validation_str)
0 commit comments