Skip to content

Commit

Permalink
Fix code style issue
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Braune <[email protected]>
  • Loading branch information
lukas-braune authored Mar 13, 2024
1 parent 47cd509 commit 4663f32
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@ export default {
}
},
projectUri: function (uuid) {
const href = router.resolve({name: 'Project', params: {uuid: uuid}}).href;
const href = router.resolve({
name: 'Project',
params: { uuid: uuid },
}).href;
const sanitizedHref = xssFilters.uriInUnQuotedAttr(href);
return sanitizedHref;
},
Expand Down

0 comments on commit 4663f32

Please sign in to comment.