diff --git a/server/AyaNova/biz/NotifySubscriptionBiz.cs b/server/AyaNova/biz/NotifySubscriptionBiz.cs index 02435b37..829eadb9 100644 --- a/server/AyaNova/biz/NotifySubscriptionBiz.cs +++ b/server/AyaNova/biz/NotifySubscriptionBiz.cs @@ -207,6 +207,7 @@ namespace AyaNova.Biz case NotifyEventType.CSRRejected: case NotifyEventType.CustomerServiceImminent: case NotifyEventType.WorkorderCompleted: + case NotifyEventType.WorkorderCreatedForCustomer: break; default: AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "EventType");