"vscode:/vscode.git/clone" did not exist on "ac9308dbed92ebc1a83b5c29ade63ece5a0cf80c"
Commit dcac8a77 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: typo

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