From b242659cc36f757094abcaabdd99b30f2b557b8b Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Tue, 9 Dec 2025 16:03:58 -0500 Subject: [PATCH] fix types --- packages/desktop/src/context/global-sync.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/desktop/src/context/global-sync.tsx b/packages/desktop/src/context/global-sync.tsx index 2c5c05125..4ac86b9fd 100644 --- a/packages/desktop/src/context/global-sync.tsx +++ b/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,