Skip to content

Commit de7f69a

Browse files
committed
refactor: remove TODO comment regarding title rendering in sitemap contributions
1 parent 8f603bd commit de7f69a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/contribution/controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export class ContributionController {
2525

2626
@Get("/for-sitemap")
2727
public async getContributionsForSitemap(): Promise<GetContributionsForSitemapResponse> {
28-
// @TODO-ZM: title is a markdown, we should render it to plain text
2928
const contributions = await this.contributionRepository.findForSitemap();
3029

3130
return {

0 commit comments

Comments
 (0)