refactor(entity change events): Removing unused source field (#4781)

This commit is contained in:
John Joyce 2022-04-29 12:03:24 -07:00 committed by GitHub
parent 58b456c27d
commit cb397beacb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,9 +49,4 @@ record EntityChangeEvent {
* The version of the event type, incremented in integers.
*/
version: int
/**
* [Future] The source type of the event
*/
source: optional string
}