Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: variant enabled should be false by default
This complies with other SDKs. For reference we use NodeJS: ```typescript const defaultVariant: IVariant = { name: 'disabled', enabled: false, feature_enabled: false, }; ```
- Loading branch information