Dont sort function arguments as they should be sent in in a particular order

This commit is contained in:
Ylva Selling
2023-03-17 17:12:05 -04:00
parent 29b37d3462
commit c5c1906b8d

View File

@@ -111,7 +111,6 @@ namespace {
}
function["Return Type"] = f.returnType;
function["Help"] = f.helpText;
sortJson(function["Arguments"]);
return function;
}