Add topics to topics list

This commit is contained in:
Jonathan Barrow
2023-04-26 11:12:20 -04:00
parent bd8b249246
commit 7ef9147c6c

View File

@@ -94,6 +94,8 @@ async function generateTopicsXML(communities: HydratedCommunityDocument[]): Prom
}
});
}
json.result.topics.push(topic);
}
return xmlbuilder.create(json).end({ pretty: true, allowEmpty: true });