Skip to content

Commit

Permalink
update func and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Barnard committed Apr 20, 2017
1 parent fa57198 commit b8caf5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccw3970_scripts_background_restmessage_hello_pubnub.js
Original file line number Diff line number Diff line change
@@ -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');
Expand Down

0 comments on commit b8caf5e

Please sign in to comment.