Commit 93329a56 authored by Jeremie Bresson's avatar Jeremie Bresson
Browse files

Merge remote-tracking branch 'origin/main' into 6.x

parents d34694c8 24d2f7e1
......@@ -1360,7 +1360,7 @@ public class ProjectApi extends AbstractApi implements Constants {
formData.withParam("tag_list", String.join(",", project.getTagList()));
}
if (project.getTopics() != null && !project.getTopics().isEmpty()) {
if (project.getTopics() != null) {
formData.withParam("topics", String.join(",", project.getTopics()));
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment