Skip to content

Commit

Permalink
Fix missing comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Sep 9, 2024
1 parent 2dd93d0 commit 73acc40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CoreEx.Data/Querying/QueryFilterFieldConfigBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public QueryFilterFieldConfigBase(QueryFilterParser parser, Type type, string fi
/// <inheritdoc/>
string? IQueryFilterFieldConfig.Model => _model ?? _field;

/// <inheritdoc/>
bool IQueryFilterFieldConfig.IsTypeString => IsTypeString;

/// <summary>
Expand Down

0 comments on commit 73acc40

Please sign in to comment.