mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
chore: run format
This commit is contained in:
parent
8e94618c51
commit
40c1b49e6d
@ -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 New Issue
Block a user