1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

fix: minor formatting

This commit is contained in:
Ivar Conradi Østhus 2021-09-21 14:12:33 +02:00
parent 007a3a1eb1
commit 150b74cca8
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09

View File

@ -97,6 +97,7 @@ export default class FeatureToggleClientStore
})
.where('feature_environments.environment', environment)
.where({ archived });
if (featureQuery) {
if (featureQuery.tag) {
const tagQuery = this.db