From 6a9c7b97a8d2ec0867505aa352512e288f5f4d62 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Wed, 24 Apr 2019 15:21:49 -0700 Subject: [PATCH] Don't flag websites on residential buildings --- modules/validations/private_data.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/validations/private_data.js b/modules/validations/private_data.js index 3b061e34c..53adef44c 100644 --- a/modules/validations/private_data.js +++ b/modules/validations/private_data.js @@ -32,11 +32,9 @@ export function validationPrivateData() { 'contact:email': true, 'contact:fax': true, 'contact:phone': true, - 'contact:website': true, email: true, fax: true, - phone: true, - website: true + phone: true };