fix: missing event type (global)

This commit is contained in:
Adam
2025-12-15 14:43:37 -06:00
committed by Aiden Cline
parent b77826f3c5
commit 589cdc40e3
+1 -1
View File
@@ -142,7 +142,7 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
const event = e.details
if (directory === "global") {
switch (event.type) {
switch (event?.type) {
case "global.disposed": {
bootstrap()
break