From d141782da39477bdfd0031e7cce3b1210fc4b078 Mon Sep 17 00:00:00 2001 From: Denis Volkov Date: Tue, 20 Sep 2022 14:53:20 -0700 Subject: [PATCH] Removed testing code --- Amen/Controllers/PrayerController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Amen/Controllers/PrayerController.cs b/Amen/Controllers/PrayerController.cs index d0effa1..afc84b0 100644 --- a/Amen/Controllers/PrayerController.cs +++ b/Amen/Controllers/PrayerController.cs @@ -611,7 +611,7 @@ namespace Amen.Controllers //KSBJ: 17 //NGEN: 19 //Vida: 352 - int[] aryAffliates = { 293, 356, 357, 358, 350, 17, 19, 352, 1 }; //TODO: remove 1, it's for testing + int[] aryAffliates = { 293, 356, 357, 358, 350, 17, 19, 352 }; if (aryAffliates.Contains(prayer.AffiliateId)) { _ = SyncDataverseAsync("add_prayer", prayer.AffiliateId, prayer.Content, prayer.AnonymousName, prayer.AnonymousEmail, prayer.AnonymousPhone);