Formatting

This commit is contained in:
Kieran 2023-09-05 15:26:20 +01:00
parent 0f635ec877
commit 65861d30a2
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -112,8 +112,8 @@ export class FollowsFeedCache extends RefreshFeedCache<TaggedNostrEvent> {
* Backfill cache based on follows list
*/
async backFillIfMissing(system: SystemInterface, keys: Array<string>) {
if(!this.#oldest) return;
if (!this.#oldest) return;
const start = unixNowMs();
const everything = await this.table?.toArray();
if ((everything?.length ?? 0) > 0) {