diff --git a/Program.cs b/Program.cs index 98f90c8..5d96f58 100644 --- a/Program.cs +++ b/Program.cs @@ -459,6 +459,6 @@ public PatchOperationListBuilder WithSet(object value, Func? return this; } - public List Build() => _patchOperations; + public PatchOperationList Build() => _patchOperations; } } \ No newline at end of file