mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-17 06:45:24 +00:00
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) => {
|
export const revertSanitizedResponseContent = (content: string) => {
|
||||||
return content.replaceAll('<', '<');
|
return content.replaceAll('<', '<');
|
||||||
};
|
};
|
||||||
|
|
||||||
export const capitalizeFirstLetter = (string) => {
|
export const capitalizeFirstLetter = (string) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue