Skip to content

Commit

Permalink
fix(styling): add space
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicoder86 committed Mar 7, 2018
1 parent e59184d commit 336dcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class RequestWrapper {

_handleResponse(response) {
if (response.statusCode >= 400) {
logger.error('server_error',this._getLogParameters({
logger.error('server_error', this._getLogParameters({
code: response.statusCode,
reply_text: response.body.replyText
}));
Expand Down

0 comments on commit 336dcb0

Please sign in to comment.