Skip to content

Commit

Permalink
Small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim authored and maxim committed Jul 3, 2022
1 parent 3cd5534 commit 287c4f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ public static T Deserialize<T>(ref MessagePackReader reader, MessagePackSerializ

internal static Object DeserializeSemiGeneric<T>(ref MessagePackReader reader, MessagePackSerializerOptions options = null)
{
return DeserializeSemiGeneric<T>(ref reader, options);
return Deserialize<T>(ref reader, options);
}

/// <summary>
Expand Down

0 comments on commit 287c4f7

Please sign in to comment.