Skip to content

Commit 83aa7f9

Browse files
fix typo
1 parent 07c5012 commit 83aa7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/api/src/modules/feature/providers/feature-flag/feature-flag.provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class FeatureFlagProvider {
5757
this.settingsService,
5858
));
5959
}
60-
a
60+
6161
getStrategy(name: string): FeatureFlagStrategy {
6262
return this.strategies.get(name) || this.getStrategy('default');
6363
}

0 commit comments

Comments
 (0)