From 9896506583876a532295c382defb466e459e0566 Mon Sep 17 00:00:00 2001 From: Pasha8914 Date: Mon, 13 Jun 2022 17:21:27 +1000 Subject: [PATCH] refactor: rudiment --- store/application.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/application.js b/store/application.js index b031e59..ec147e0 100644 --- a/store/application.js +++ b/store/application.js @@ -461,7 +461,7 @@ const actions = { if ( ((isEmptyArray(cachedEvents) || !cachedEvents) && networksWithCache[Number(netId)]) || - (cachedEvents.length < LENGTH_CACHE && networksWithCache[Number(netId)]) + cachedEvents.length < LENGTH_CACHE ) { ;({ events: cachedEvents } = await dispatch('loadEncryptedEvents', { netId })) }