Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sachbalag committed Sep 7, 2015
1 parent 3e35b97 commit 3898abc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibm-maximo-api",
"version": "1.0.2",
"version": "1.0.3",
"description": "A high level API to access Maximo REST services",
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions resources/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var Q = require('q');
var ResourceSet = require('./resourceset');
var Attachment = require('./attachment');
var CRUDConnector = require('./connectors/crudconnector');
var twilio = require('twilio');
//var twilio = require('twilio');

/**
* Business object for Maximo OSLC API
Expand Down Expand Up @@ -67,7 +67,7 @@ Resource.prototype.attachment = function(meta,datacallback)
return new Attachment(this.member,meta,this.connection);
};

Resource.prototype.twilio_message = function(res)
/*Resource.prototype.twilio_message = function(res)
{
var client = new twilio.RestClient('ACdf313fd7f66eb3674000e60dca2b2672', 'e4b02903fad59b943423fdb1a43007ee');
Expand All @@ -91,7 +91,7 @@ Resource.prototype.twilio_message = function(res)
res.send(errmsg);
}
});
};
};*/

Resource.prototype.update = function(jsonbody,props,datacallback)
{
Expand Down

0 comments on commit 3898abc

Please sign in to comment.