From b8caf5efd1a23d7579385e1bbd863baa9277f82f Mon Sep 17 00:00:00 2001 From: Bryan Barnard Date: Thu, 20 Apr 2017 13:38:54 -0500 Subject: [PATCH] update func and comments --- ccw3970_scripts_background_restmessage_hello_pubnub.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccw3970_scripts_background_restmessage_hello_pubnub.js b/ccw3970_scripts_background_restmessage_hello_pubnub.js index f96575a..879369f 100644 --- a/ccw3970_scripts_background_restmessage_hello_pubnub.js +++ b/ccw3970_scripts_background_restmessage_hello_pubnub.js @@ -1,7 +1,7 @@ /* - Advanced Business Rule Script to publish message to PubNub Service Using RESTMessageV2 API to issue HTTP Request + Background Script to publish message to PubNub Service Using RESTMessageV2 API to issue HTTP Request */ -(function executeBusinessRule() { +(function executeScript() { try { var instanceName = gs.getProperty('instance_name');