Skip to content

Commit d9c4cff

Browse files
Update src/sdkClient/clientInputValidation.ts
Co-authored-by: Emiliano Sanchez <emiliano.sanchez@split.io>
1 parent 8911132 commit d9c4cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdkClient/clientInputValidation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function clientInputValidationDecorator<TClient extends SplitIO.IClient |
6060
}
6161

6262
function evaluateFallBackTreatment(featureFlagName: string, withConfig: boolean): SplitIO.Treatment | SplitIO.TreatmentWithConfig {
63-
const {treatment, config} = fallbackTreatmentsCalculator.resolve(featureFlagName, '');
63+
const { treatment, config } = fallbackTreatmentsCalculator.resolve(featureFlagName, '');
6464

6565
if (withConfig) {
6666
return {

0 commit comments

Comments
 (0)