Dax Raad 4 ay önce
ebeveyn
işleme
b242659cc3
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      packages/desktop/src/context/global-sync.tsx

+ 1 - 1
packages/desktop/src/context/global-sync.tsx

@@ -64,7 +64,7 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
     function child(directory: string) {
       if (!children[directory]) {
         setGlobalStore("children", directory, {
-          project: { id: "", worktree: "", time: { created: 0, initialized: 0 } },
+          project: { id: "", worktree: "", time: { created: 0, initialized: 0, updated: 0 } },
           config: {},
           path: { state: "", config: "", worktree: "", directory: "" },
           ready: false,