adjust the synthetics journey type (#117316) (#117577)

Co-authored-by: Dominique Clarke <doclarke71@gmail.com>
This commit is contained in:
Kibana Machine 2021-11-08 15:49:59 -05:00 committed by GitHub
parent ec41e349ab
commit 4e592db5db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ export const JourneyStepType = t.intersection([
lt: t.string,
}),
}),
observer: t.type({
observer: t.partial({
geo: t.type({
name: t.string,
}),