Skip to content

Commit

Permalink
fixing review and rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
trololov committed Nov 12, 2019
1 parent 25a4998 commit df7d6bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions lib/messagebird.js
Expand Up @@ -93,7 +93,6 @@ module.exports = function (accessKey, timeout, features) {
options.headers = extend(options.headers || {}, requestParams.headers || {})

request = http.request(options);
// console.log(options)

// set timeout
request.on('socket', function (socket) {
Expand Down Expand Up @@ -880,7 +879,8 @@ module.exports = function (accessKey, timeout, features) {

/**
* Lists existing call flows.
*
* @param {Number} page
* @param {Number} perpage
* @param {Function} callback
* @return void
*/
Expand All @@ -907,7 +907,6 @@ module.exports = function (accessKey, timeout, features) {
/**
* Creates a new call flow, params are mandatory.
*
* @param {String} name
* @param {Object} params
* @param {Function} callback
* @return void
Expand Down
2 changes: 1 addition & 1 deletion lib/test.js
Expand Up @@ -26,7 +26,7 @@ var cache = {
recipients: [number],
type: 'sms',
body: 'Test message from node ' + process.version,
// gateway: 2
gateway: 2
},

voiceMessage: {
Expand Down

0 comments on commit df7d6bf

Please sign in to comment.