Timothy J. Baek 1 vuosi sitten
vanhempi
commit
c0fff4c69f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      backend/apps/web/models/chats.py

+ 1 - 1
backend/apps/web/models/chats.py

@@ -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(