From 4eee413fda13ce6f63bc9b99ef959b88ca45a039 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 16 Jun 2021 19:40:55 +0000 Subject: [PATCH] --- server/AyaNova/biz/NotifySubscriptionBiz.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/server/AyaNova/biz/NotifySubscriptionBiz.cs b/server/AyaNova/biz/NotifySubscriptionBiz.cs index 40e7abbe..02435b37 100644 --- a/server/AyaNova/biz/NotifySubscriptionBiz.cs +++ b/server/AyaNova/biz/NotifySubscriptionBiz.cs @@ -206,6 +206,7 @@ namespace AyaNova.Biz case NotifyEventType.CSRAccepted: case NotifyEventType.CSRRejected: case NotifyEventType.CustomerServiceImminent: + case NotifyEventType.WorkorderCompleted: break; default: AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "EventType");