From e45aae377c8936ff1727e004ff399fe8bd1a1fb4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 22 Dec 2020 22:51:09 +0000 Subject: [PATCH] --- server/AyaNova/biz/CustomerBiz.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/server/AyaNova/biz/CustomerBiz.cs b/server/AyaNova/biz/CustomerBiz.cs index 174b02d7..684edd64 100644 --- a/server/AyaNova/biz/CustomerBiz.cs +++ b/server/AyaNova/biz/CustomerBiz.cs @@ -311,9 +311,8 @@ namespace AyaNova.Biz // //the translation key is to indicate what the linked object is that is causing the error // AddError(ApiErrorCode.VALIDATION_REFERENTIAL_INTEGRITY, "generalerror", "LT:Contact"); // } - - //return await Task.CompletedTask; - + + await Task.CompletedTask; } @@ -471,13 +470,13 @@ namespace AyaNova.Biz - + //////////////////////////////////////////////////////////////////////////////////////////////// // NOTIFICATION PROCESSING // - public async Task HandlePotentialNotificationEvent(AyaEvent ayaEvent, ICoreBizObjectModel proposedObj, ICoreBizObjectModel currentObj=null) + public async Task HandlePotentialNotificationEvent(AyaEvent ayaEvent, ICoreBizObjectModel proposedObj, ICoreBizObjectModel currentObj = null) { ILogger log = AyaNova.Util.ApplicationLogging.CreateLogger(); if (ServerBootConfig.SEEDING) return;