"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "555e4e32d59e2e2f83cd03b5927f7494f078761c"
Commit c0fff4c6 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: typo

parent 180dd396
...@@ -132,7 +132,7 @@ class ChatTable: ...@@ -132,7 +132,7 @@ class ChatTable:
return False return False
def update_chat_share_id_by_id( def update_chat_share_id_by_id(
self, od: str, share_id: Optional[str] self, id: str, share_id: Optional[str]
) -> Optional[ChatModel]: ) -> Optional[ChatModel]:
try: try:
query = Chat.update( query = Chat.update(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment