Skip to content

Commit

Permalink
Update src/controllers/publish.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Phil Moorhouse <[email protected]>
  • Loading branch information
j-maynard and wheelsandcogs authored Dec 19, 2024
1 parent 591e621 commit 79bd964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ export const lookupReview = async (req: Request, res: Response, next: NextFuncti
await req.swapi.resetDimension(dataset.id, dimension.id);
res.redirect(
req.buildUrl(
`/publish/${req.params.datasetId}/lookup/${req.params.dimensionId}/`,
`/publish/${dataset.id}/lookup/${dimension.id}/`,
req.language
)
);
Expand Down

0 comments on commit 79bd964

Please sign in to comment.