Skip to content

Commit

Permalink
corrected code
Browse files Browse the repository at this point in the history
  • Loading branch information
dtabuencav committed May 5, 2017
1 parent d3c5582 commit ca985c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azureiotc2d/azureiotc2d.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
var Client = require('azure-iothub').Client;
var Message = require('azure-iot-common').Message;

var serviceClient = Client.fromConnectionString(connectionString);
//var serviceClient = Client.fromConnectionString(connectionString);

/* Node for configuring Azure IoT */

Expand Down

0 comments on commit ca985c7

Please sign in to comment.