forked from open-webui/open-webui
chore: run format
This commit is contained in:
parent
8e94618c51
commit
40c1b49e6d
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export const sanitizeResponseContent = (content: string) => {
|
|||
};
|
||||
|
||||
export const revertSanitizedResponseContent = (content: string) => {
|
||||
return content.replaceAll('<', '<');
|
||||
return content.replaceAll('<', '<');
|
||||
};
|
||||
|
||||
export const capitalizeFirstLetter = (string) => {
|
||||
|
|
Loading…
Reference in a new issue