Skip to content

Commit

Permalink
Tweak the types for the LogEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Fernández Gómez committed Jan 3, 2020
1 parent f860c5e commit 451be62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const logColumnRT = rt.union([
rt.type({
columnId: rt.string,
field: rt.string,
value: rt.string,
value: rt.union([rt.string, rt.undefined]),
highlights: rt.array(rt.string),
}),
rt.type({
Expand Down

0 comments on commit 451be62

Please sign in to comment.