Timothy J. Baek 10 mēneši atpakaļ
vecāks
revīzija
2f501aee14
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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
             return memory
         else:
         else:
             return None
             return None
-        
+
     def update_memory_by_id(
     def update_memory_by_id(
         self,
         self,
         id: str,
         id: str,