Skip to content

Commit

Permalink
remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jan 14, 2025
1 parent b988cfa commit 5f0deb7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/astro/src/core/redirects/render.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function redirectRouteGenerate(renderContext: RenderContext): string {
if (redirectIsExternal(redirect)) {
return redirect;
} else {
// TODO: this logic is duplicated between here and manifest/create.ts
let target = redirect;
for (const param of Object.keys(params)) {
const paramValue = params[param]!;
Expand Down

0 comments on commit 5f0deb7

Please sign in to comment.