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

Commit

Permalink
Merge pull request #379 from VictorBjelkholm/return-req-log-tail
Browse files Browse the repository at this point in the history
fix: Return req from tail
  • Loading branch information
daviddias committed Sep 15, 2016
2 parents ac37ceb + 0273a3a commit 0c8cbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const promisify = require('promisify-es6')
module.exports = (send) => {
return {
tail: promisify((callback) => {
send({
return send({
path: 'log/tail'
}, (err, response) => {
if (err) {
Expand Down

0 comments on commit 0c8cbdc

Please sign in to comment.