clan-app: fixed broken webview delete_task

This commit is contained in:
Qubasa
2025-09-30 14:07:25 +02:00
parent b9b8b6d5be
commit d36f97aa6d
5 changed files with 78 additions and 57 deletions

View File

@@ -23,7 +23,6 @@ class ArgumentParsingMiddleware(Middleware):
for k, v in context.request.args.items():
# Get the expected argument type from the API
arg_class = self.api.get_method_argtype(context.request.method_name, k)
# Convert dictionary to dataclass instance
reconciled_arguments[k] = from_dict(arg_class, v)