Skip to content

Commit

Permalink
fix nullability fo JSON reader
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash committed Mar 4, 2021
1 parent 7352717 commit 6801422
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Deli.Patcher/src/Common/Stage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ protected Mod.Manifest ModManifestOf(IFileHandle file)
return obj.ToObject<Mod.Manifest>(Serializer)!;
}

[return: MaybeNull]
protected T JsonOf<T>(IFileHandle file)
{
var token = ImmediateReaders.Get<JToken>()(file);
Expand Down

0 comments on commit 6801422

Please sign in to comment.