Skip to content

Commit

Permalink
modified to allow service down message to return to client. This closes
Browse files Browse the repository at this point in the history
#1 .
  • Loading branch information
shadowimmage committed May 23, 2018
1 parent 8fdaecd commit 6b40409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/r25ws.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function getTimesForId(command, callback) {
console.log('Error', error.message)
}
console.log(error.config)
callback(error)
callback(null)
})
// end GET
}
Expand Down

0 comments on commit 6b40409

Please sign in to comment.