Skip to content

Commit

Permalink
Merge branch 'release/0.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Antaris committed Feb 15, 2024
2 parents 7c6aa50 + c8a35cf commit 96ea0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/TrybeSDK/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public abstract class Model<T>
/// </summary>
/// <param name="json">The JSON string.</param>
/// <returns>The model instance.</returns>
public T? FromJsonString(string json)
public static T? FromJsonString(string json)
{
Ensure.IsNotNullOrEmpty(json, nameof(json));

Expand Down

0 comments on commit 96ea0d1

Please sign in to comment.