Skip to content

Commit

Permalink
Fixing build warning CS8632. (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaiseD authored Dec 16, 2024
1 parent 474a31d commit 6a68bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AutoMapper.AspNetCore.OData.EFCore/LinqExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ private static Expression GetOrderByMethod<T>(this Expression expression,

public static Expression GetQueryableMethod(this Expression expression,
ODataQueryContext context, OrderByClause orderByClause, Type type, int? skip, int? top,
ODataSettings? oDataSettings = null)
ODataSettings oDataSettings = null)
{
if (oDataSettings?.AlwaysSortByPrimaryKey is true)
{
Expand Down

0 comments on commit 6a68bac

Please sign in to comment.