chore: cleanup

This commit is contained in:
Adam 2025-12-15 20:02:04 -06:00
parent 0b1ee9ddd9
commit ebefb26e8f
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
2 changed files with 0 additions and 7 deletions

View file

@ -138,7 +138,6 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
}
globalSDK.event.listen((e) => {
console.log(e)
const directory = e.name
const event = e.details

View file

@ -45,13 +45,7 @@ export const { use: useNotification, provider: NotificationProvider } = createSi
},
)
// onMount(() => {
// const daysToKeep = 7
// // setStore("list", (n) => n.filter((n) => !n.viewed && n.time + 1000 * 60 * 60 * 24 * daysToKeep < Date.now()))
// })
globalSDK.event.listen((e) => {
console.log(e)
const directory = e.name
const event = e.details
const base = {