Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-07-15 17:17:02 +08:00
parent 2d96a0842b
commit 451d7a10c9
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,9 @@ async function hydrateEntry() {
entries: entry,
feedId: entryRelatedFeedId,
read: entryRelated[entry.id] || false,
collections: collections[entry.id],
collections: collections[entry.id] as {
createdAt: string
},
})
}
entryActions.hydrate(storeValue)