mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
This commit is contained in:
parent
dbb67a12ca
commit
d2a462a3ad
1 changed files with 1 additions and 1 deletions
|
|
@ -2054,7 +2054,7 @@
|
|||
prompt
|
||||
).catch((error) => {
|
||||
console.log(error);
|
||||
return [];
|
||||
return [prompt];
|
||||
});
|
||||
|
||||
if (queries.length === 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue