Removed testing code
This commit is contained in:
parent
b8b499630a
commit
d141782da3
@ -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);
|
||||
|
Reference in New Issue
Block a user