We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f603bd commit de7f69aCopy full SHA for de7f69a
api/src/contribution/controller.ts
@@ -25,7 +25,6 @@ export class ContributionController {
25
26
@Get("/for-sitemap")
27
public async getContributionsForSitemap(): Promise<GetContributionsForSitemapResponse> {
28
- // @TODO-ZM: title is a markdown, we should render it to plain text
29
const contributions = await this.contributionRepository.findForSitemap();
30
31
return {
0 commit comments