GetAlternateFileLines
This commit is contained in:
@ -99,7 +99,7 @@ public class A_Property
|
||||
if (item.Property is not null)
|
||||
result = item.Property;
|
||||
else
|
||||
result = JsonSerializer.Deserialize<Shared.Models.Property>(json);
|
||||
result = JsonSerializer.Deserialize(json, PropertyGenerationContext.Default.Property);
|
||||
if (result is not null && json.Contains("WrongYear"))
|
||||
{
|
||||
id = result.Id;
|
||||
|
Reference in New Issue
Block a user