We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f31422 commit 197046aCopy full SHA for 197046a
x-pack/plugins/uptime/common/runtime_types/monitor/state.ts
@@ -9,7 +9,7 @@ import * as t from 'io-ts';
9
export const CheckMonitorType = t.intersection([
10
t.partial({
11
name: t.string,
12
- ip: t.union([t.array(t.string), t.string]),
+ ip: t.union([t.array(t.union([t.string, t.null])), t.string]),
13
}),
14
t.type({
15
status: t.string,
0 commit comments