fix: missing event type (global)

This commit is contained in:
Adam 2025-12-15 14:43:37 -06:00
parent 6632987827
commit 300ec0e0af
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

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