mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-13 13:48:59 +02:00
fix: typo in env var name
This commit is contained in:
parent
47ff73afb2
commit
c3c2d2e6a6
@ -331,7 +331,7 @@ const flags: IFlags = {
|
||||
false,
|
||||
),
|
||||
featureCollaborators: parseEnvVarBoolean(
|
||||
process.env.UNEASH_EXPERIMENTAL_FEATURE_COLLABORATORS,
|
||||
process.env.UNLEASH_EXPERIMENTAL_FEATURE_COLLABORATORS,
|
||||
false,
|
||||
),
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user