mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
fix: typo
This commit is contained in:
parent
96d75dfc1b
commit
dcac8a773b
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ class ChatTable:
|
|||
return False
|
||||
|
||||
def update_chat_share_id_by_id(
|
||||
self, od: str, share_id: Optional[str]
|
||||
self, id: str, share_id: Optional[str]
|
||||
) -> Optional[ChatModel]:
|
||||
try:
|
||||
query = Chat.update(
|
||||
|
|
|
|||
Loading…
Reference in a new issue