Space sync now scheduled

This commit is contained in:
Zef Hemel
2023-08-15 20:24:02 +02:00
parent 7cce83b240
commit bd77f2932c
6 changed files with 14 additions and 10 deletions
+3
View File
@@ -12,5 +12,8 @@ export function syncSyscalls(editor: Client): SysCallMapping {
"sync.scheduleFileSync": (_ctx, path: string): Promise<void> => {
return editor.syncService.scheduleFileSync(path);
},
"sync.scheduleSpaceSync": () => {
return editor.syncService.scheduleSpaceSync();
},
};
}