mirror of
https://github.com/PretendoNetwork/miiverse-api.git
synced 2026-08-20 07:34:06 -05:00
Add topics to topics list
This commit is contained in:
@@ -94,6 +94,8 @@ async function generateTopicsXML(communities: HydratedCommunityDocument[]): Prom
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
json.result.topics.push(topic);
|
||||
}
|
||||
|
||||
return xmlbuilder.create(json).end({ pretty: true, allowEmpty: true });
|
||||
|
||||
Reference in New Issue
Block a user