Commit 40c1b49e authored by Danny Liu's avatar Danny Liu
Browse files

chore: run format

parent 8e94618c
...@@ -40,7 +40,7 @@ export const sanitizeResponseContent = (content: string) => { ...@@ -40,7 +40,7 @@ export const sanitizeResponseContent = (content: string) => {
}; };
export const revertSanitizedResponseContent = (content: string) => { export const revertSanitizedResponseContent = (content: string) => {
return content.replaceAll('&lt;', '<'); return content.replaceAll('&lt;', '<');
}; };
export const capitalizeFirstLetter = (string) => { export const capitalizeFirstLetter = (string) => {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment