Skip to content

Commit 4f423d2

Browse files
committed
;
1 parent cd26c99 commit 4f423d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flagsmith.FlagsmithClient/Flags.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public Task<IFlag> GetFlag(string featureName)
2929

3030
}
3131
if (_AnalyticsProcessor != null)
32-
_ = _AnalyticsProcessor.TrackFeature(flag.GetFeatureName())
32+
_ = _AnalyticsProcessor.TrackFeature(flag.GetFeatureName());
3333
return Task.FromResult(flag);
3434
}
3535
public List<IFlag> AllFlags() => _Flags;

0 commit comments

Comments
 (0)