Ensure getPublishedSources includes ws.op
This commit is contained in:
parent
7b435df95d
commit
97840881fe
@ -176,6 +176,7 @@ std::generator<source_package_publishing_history> archive::getPublishedSources(
|
||||
{"status", !status.empty() ? status : ""},
|
||||
{"version", !version.empty() ? version : ""}
|
||||
};
|
||||
params["ws.op"] = "getPublishedSources";
|
||||
|
||||
// Remove empty entries
|
||||
for (auto it = params.begin(); it != params.end(); ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user