Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
Merge pull request #218 from Seth177/patch-2
Browse files Browse the repository at this point in the history
Someone forgot a comma too
  • Loading branch information
izy521 committed Oct 29, 2017
2 parents 751cdf7 + 34325e1 commit a65e165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ DCP.sendMessage = function(input, callback) {
this,
input.to,
message,
input.typing
input.typing,
callback
);
}
Expand Down

0 comments on commit a65e165

Please sign in to comment.