Timothy J. Baek 11 mesi fa
parent
commit
2f501aee14
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      backend/apps/webui/models/memories.py

+ 1 - 1
backend/apps/webui/models/memories.py

@@ -64,7 +64,7 @@ class MemoriesTable:
             return memory
         else:
             return None
-        
+
     def update_memory_by_id(
         self,
         id: str,