Skip to content

Commit

Permalink
fix up some docs in http transport
Browse files Browse the repository at this point in the history
  • Loading branch information
esatterwhite committed Jan 27, 2017
1 parent 713eef7 commit 9bc6c7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/transports/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const STATUS_CODES = require('http').STATUS_CODES
* @param {String} url the url to target when dispatching
* @param {String} payload The data payload to include in the request
* @param {String} id The id of the timer being executed
* @param {module:skyring/lib/timer} cache A timer cache instance to delete from after execution
**/
module.exports = function makeRequest( method, url, payload, id, cache) {
const isJSON = typeof payload === 'object'
Expand Down

0 comments on commit 9bc6c7e

Please sign in to comment.