From 150b74cca84d07159512ae8deb63fbead22184a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Tue, 21 Sep 2021 14:12:33 +0200 Subject: [PATCH] fix: minor formatting --- src/lib/db/feature-toggle-client-store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/db/feature-toggle-client-store.ts b/src/lib/db/feature-toggle-client-store.ts index 889a26c22e..fcb5e48740 100644 --- a/src/lib/db/feature-toggle-client-store.ts +++ b/src/lib/db/feature-toggle-client-store.ts @@ -97,6 +97,7 @@ export default class FeatureToggleClientStore }) .where('feature_environments.environment', environment) .where({ archived }); + if (featureQuery) { if (featureQuery.tag) { const tagQuery = this.db