mirror of
https://github.com/lumehq/lume.git
synced 2025-04-05 10:28:06 +02:00
fix: tauri cache
This commit is contained in:
parent
6581ffb92b
commit
1503d90bd5
@ -75,7 +75,7 @@ export class NDKCacheAdapterTauri implements NDKCacheAdapter {
|
||||
_filter.limit = undefined;
|
||||
const filterKeys = Object.keys(_filter || {})
|
||||
.sort()
|
||||
.filter((e) => e !== "limit" && e !== "since");
|
||||
.filter((e) => e !== "limit");
|
||||
|
||||
try {
|
||||
await Promise.allSettled([
|
||||
|
Loading…
x
Reference in New Issue
Block a user