Skip to content

Commit

Permalink
Fix bug that prevents from requiring package...
Browse files Browse the repository at this point in the history
For some reason because Ava transpiles code, error was not present in code. Don't actually know how to test for that without manually trying to do so in a file...
  • Loading branch information
jdwuarin committed Mar 22, 2017
1 parent 54ab055 commit 5365089
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/base_bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ class BaseBot extends EventEmitter {
return this.__createStandardBodyResponseComponents(
responseBody.sentOutgoingMessage,
responseBody.sentRawMessage,
responseBody.raw,
);
responseBody.raw);
})
.then((StandardBodyResponseComponents) => {
responseBody.recipient_id = StandardBodyResponseComponents.recipient_id;
Expand Down

0 comments on commit 5365089

Please sign in to comment.