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

fix: typo

parent 96d75dfc
...@@ -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