From 9145cad11e8a9c3d431a49edeb5a60c53a5463ac Mon Sep 17 00:00:00 2001 From: Gabriel Rilo Date: Fri, 20 Jan 2017 00:40:37 -0300 Subject: [PATCH] Making var not required --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index f4301cc6..daa69d3a 100644 --- a/app.json +++ b/app.json @@ -39,7 +39,7 @@ }, "SALESFORCE_SYNC_ALL_ASSETS": { "description": "Export all devices into Salesforce Account and Assets", - "required": true, + "required": false, "value": false }, "DEVICE_HEARTBEAT": {