Skip to content

Commit 451be62

Browse files
author
Alejandro Fernández Gómez
committed
Tweak the types for the LogEntry
1 parent f860c5e commit 451be62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/legacy/plugins/infra/common/http_api/log_entries

x-pack/legacy/plugins/infra/common/http_api/log_entries/entries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const logColumnRT = rt.union([
6464
rt.type({
6565
columnId: rt.string,
6666
field: rt.string,
67-
value: rt.string,
67+
value: rt.union([rt.string, rt.undefined]),
6868
highlights: rt.array(rt.string),
6969
}),
7070
rt.type({

0 commit comments

Comments
 (0)