We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd26c99 commit 4f423d2Copy full SHA for 4f423d2
Flagsmith.FlagsmithClient/Flags.cs
@@ -29,7 +29,7 @@ public Task<IFlag> GetFlag(string featureName)
29
30
}
31
if (_AnalyticsProcessor != null)
32
- _ = _AnalyticsProcessor.TrackFeature(flag.GetFeatureName())
+ _ = _AnalyticsProcessor.TrackFeature(flag.GetFeatureName());
33
return Task.FromResult(flag);
34
35
public List<IFlag> AllFlags() => _Flags;
0 commit comments