Skip to content

Commit af591e3

Browse files
committed
fix: add missing 'updated' property to time object
1 parent 75a9c42 commit af591e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
6464
function child(directory: string) {
6565
if (!children[directory]) {
6666
setGlobalStore("children", directory, {
67-
project: { id: "", worktree: "", time: { created: 0, initialized: 0 } },
67+
project: { id: "", worktree: "", time: { created: 0, updated: 0, initialized: 0 } },
6868
config: {},
6969
path: { state: "", config: "", worktree: "", directory: "" },
7070
ready: false,

0 commit comments

Comments
 (0)