fix: tauri cache

This commit is contained in:
reya 2024-01-16 14:51:06 +07:00
parent 6581ffb92b
commit 1503d90bd5

View File

@ -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([