Open eugenevanstaden opened 5 years ago
checking the prior day config setting in ExportSettings and to avoid it failing as its a required field as below.
[JsonProperty("PriorDaysToRetrieve", Required = Required.Always)] public long? PriorDaysToRetrieve { get; set; }
checking the prior day config setting in ExportSettings and to avoid it failing as its a required field as below.