Skip to content

Commit

Permalink
Update FieldType.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
oruchreis authored Jan 14, 2025
1 parent 2cb7cfe commit 2507bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReindexerNet.Core/Model/FieldType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public enum FieldType
/// <summary>
/// Uuid
/// </summary>
[EnumMember(Value = FieldTypeConverter.ComposieValueStr)]
[EnumMember(Value = FieldTypeConverter.UuidValueStr)]
Uuid
}

Expand Down

0 comments on commit 2507bfa

Please sign in to comment.