Timothy J. Baek пре 1 година
родитељ
комит
c0fff4c69f
1 измењених фајлова са 1 додато и 1 уклоњено
  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(