release orchestrator v1 draft and build fixes
This commit is contained in:
@@ -320,7 +320,7 @@ public sealed class GoldenSetController : ControllerBase
|
||||
};
|
||||
|
||||
// Validate
|
||||
var validationResult = _validator.Validate(definition);
|
||||
var validationResult = await _validator.ValidateAsync(definition, null, ct);
|
||||
if (!validationResult.IsValid)
|
||||
{
|
||||
return BadRequest(CreateProblem(
|
||||
|
||||
Reference in New Issue
Block a user