Quick fix for server tests.
This commit is contained in:
parent
7ed1368b23
commit
66a94d3857
|
@ -7,7 +7,7 @@ enum AppFeature {
|
|||
}
|
||||
|
||||
const featureList = features.processFeatureEnvVar<AppFeature>(
|
||||
Object.keys(AppFeature),
|
||||
Object.values(AppFeature),
|
||||
env.APP_FEATURES
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue