chore: cleanup
This commit is contained in:
parent
0b1ee9ddd9
commit
ebefb26e8f
2 changed files with 0 additions and 7 deletions
|
|
@ -138,7 +138,6 @@ export const { use: useGlobalSync, provider: GlobalSyncProvider } = createSimple
|
||||||
}
|
}
|
||||||
|
|
||||||
globalSDK.event.listen((e) => {
|
globalSDK.event.listen((e) => {
|
||||||
console.log(e)
|
|
||||||
const directory = e.name
|
const directory = e.name
|
||||||
const event = e.details
|
const event = e.details
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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) => {
|
globalSDK.event.listen((e) => {
|
||||||
console.log(e)
|
|
||||||
const directory = e.name
|
const directory = e.name
|
||||||
const event = e.details
|
const event = e.details
|
||||||
const base = {
|
const base = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue