mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-10 21:00:17 +02:00
fix build
This commit is contained in:
parent
5de4838bc9
commit
7bcdc86dbd
@ -214,6 +214,7 @@ class ChannelMetadataService {
|
||||
async pruneDatabaseCache() {
|
||||
const keys = await db.getAllKeysFromIndex(
|
||||
"channelMetadata",
|
||||
// @ts-ignore
|
||||
"created",
|
||||
IDBKeyRange.upperBound(dayjs().subtract(1, "week").unix()),
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user