Skip to content

Commit

Permalink
Merge branch 'feature/scoring2' of https://github.com/helsenorge/refero
Browse files Browse the repository at this point in the history
… into feature/scoring2
  • Loading branch information
ruberino committed Jan 7, 2025
2 parents 5b81229 + fb3c5fd commit f9e3a06
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/sanitize/domPurifyHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ export function SanitizeText(textToSanitize: string): TrustedHTML {
RETURN_TRUSTED_TYPE: true,
ADD_ATTR: ['target'],
});

return sanitizedResult;
}

0 comments on commit f9e3a06

Please sign in to comment.