Skip to content

Commit

Permalink
remove redundant if check
Browse files Browse the repository at this point in the history
  • Loading branch information
amerjusupovic committed Dec 19, 2024
1 parent c2bca82 commit 6d1cc1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ await RefreshFfCollections(client,
// Get key value collection changes if RegisterAll was called
watchedKvCollections = new Dictionary<KeyValueSelector, IEnumerable<MatchConditions>>(_watchedKvCollections);

if (_options.RegisterAllEnabled && registerAllIsRefreshable)
if (registerAllIsRefreshable)
{
await RefreshKvCollections(
client,
Expand Down

0 comments on commit 6d1cc1a

Please sign in to comment.