mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 13:40:55 +00:00
fix: typo
This commit is contained in:
parent
96d75dfc1b
commit
dcac8a773b
@ -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 New Issue
Block a user