aw6373: ignore property
All checks were successful
FarmMaps.Develop/CarbonLib/pipeline/head This commit looks good

This commit is contained in:
2024-11-14 15:21:37 +01:00
parent 346b6eaf78
commit 9e63a86e1e

View File

@@ -22,7 +22,7 @@ namespace FarmMapsAPI.Carbon.Models
//added
public int CalculateUntil { get; set; }
//fsa
[JsonIgnore]
public int CalculateFrom { get; set; }
}