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