diff options
| author | Dax Raad <[email protected]> | 2025-12-09 16:03:58 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-09 16:03:58 -0500 |
| commit | b242659cc36f757094abcaabdd99b30f2b557b8b (patch) | |
| tree | 89089c47e2dc2a8db9e1f089a52cf4be3cd39532 /packages | |
| parent | 5f6b2fdc6f2f9972ed9df13eb320e796da253d30 (diff) | |
| download | opencode-b242659cc36f757094abcaabdd99b30f2b557b8b.tar.gz opencode-b242659cc36f757094abcaabdd99b30f2b557b8b.zip | |
fix types
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/desktop/src/context/global-sync.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
