Skip to content

Commit 5c8fc27

Browse files
committed
chore: remove resolved todo
1 parent c9d088a commit 5c8fc27

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/feed.xml/+server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export const GET: RequestHandler = async ({ url, locals }) => {
6262

6363
const xml_string = xml(rss, { declaration: true })
6464

65-
// todo add query param to path, if its not already there
6665
return new Response(xml_string, {
6766
headers: {
6867
'Content-Type': 'text/xml; charset=utf-8'

0 commit comments

Comments
 (0)