Skip to content

Commit 8f53b9a

Browse files
committed
fixed wrong type
1 parent 1836814 commit 8f53b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schemas/message.fbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ table Events {
5959
events: [EventWrapper] (required);
6060
}
6161

62-
enum ValuesOrEvents {
62+
union ValuesOrEvents {
6363
Values,
6464
Events
6565
}

0 commit comments

Comments
 (0)