short fix in EdgeEventType

This commit is contained in:
Bohdan Smetaniuk 2020-08-06 12:06:40 +03:00
parent 4e167d8566
commit 05a835f698

View File

@ -27,8 +27,7 @@ public enum EdgeEventType {
USER,
CUSTOMER,
RELATION,
TENANT
RELATION,
TENANT,
WIDGETS_BUNDLE,
WIDGET_TYPE
}