This commit is contained in:
@ -26,7 +26,7 @@ namespace OutputServiceTSDB.Controllers
|
||||
var rng = new Random();
|
||||
return Enumerable.Range(1, 5).Select(index => new ApiObject
|
||||
{
|
||||
Date = DateTime.Now.AddDays(index)
|
||||
Probability = 0.5
|
||||
})
|
||||
.ToArray();
|
||||
}
|
||||
|
Reference in New Issue
Block a user