Skip to content
This repository has been archived by the owner on Feb 2, 2022. It is now read-only.

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
stas committed Dec 18, 2020
1 parent 67fbdf8 commit 5540daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/APIService/ApiService/Controllers/Job.fs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ type jobsController(telemetryClient : TelemetryClient, logger : ILogger<jobsCont
}
})

if isSet t.TargetConfiguration.ApiSpecifications then
if isSet t.TargetConfiguration && isSet t.TargetConfiguration.ApiSpecifications then
t.TargetConfiguration.ApiSpecifications |> Array.iter validateApiSpecification
)

Expand Down

0 comments on commit 5540daf

Please sign in to comment.