Skip to content

Commit

Permalink
Nit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaytak committed Mar 22, 2022
1 parent 3996205 commit 171e22f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,11 +713,10 @@ private MsalAccessTokenCacheItem FilterByExpiry(MsalAccessTokenCacheItem msalAcc
return itemsFilteredByAlias;
}

tokenCacheItems.FilterWithLogging(
return tokenCacheItems.FilterWithLogging(
item => instanceMetadata.Aliases.ContainsOrdinalIgnoreCase(item.Environment),
requestParams.RequestContext.Logger,
$"Filtering AT by environment");
return tokenCacheItems;
}

private MsalAccessTokenCacheItem FilterByKeyId(MsalAccessTokenCacheItem item, AuthenticationRequestParameters authenticationRequest)
Expand Down

0 comments on commit 171e22f

Please sign in to comment.