From 65861d30a2a54b5e4f50a9578760f35a8ffa0160 Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 5 Sep 2023 15:26:20 +0100 Subject: [PATCH] Formatting --- packages/app/src/Cache/FollowsFeed.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/src/Cache/FollowsFeed.ts b/packages/app/src/Cache/FollowsFeed.ts index e01b466a..46e44737 100644 --- a/packages/app/src/Cache/FollowsFeed.ts +++ b/packages/app/src/Cache/FollowsFeed.ts @@ -112,8 +112,8 @@ export class FollowsFeedCache extends RefreshFeedCache { * Backfill cache based on follows list */ async backFillIfMissing(system: SystemInterface, keys: Array) { - if(!this.#oldest) return; - + if (!this.#oldest) return; + const start = unixNowMs(); const everything = await this.table?.toArray(); if ((everything?.length ?? 0) > 0) {