Skip to content

Commit

Permalink
2FA
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanFC committed Aug 31, 2017
1 parent 884cde7 commit 1417a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var _ = require('lodash');
* @param {Array} opts.recordStatusCodes Array of two integers e.g. [200, 300) indicating the range of acceptable status codes for recording tapes
* @param {Boolean} opts.noRecord if true, requests will return a 404 error if the tape doesn't exist
* @returns {Function}
*/
**/

module.exports = function (host, opts) {
assert(opts.dirname, 'You must provide opts.dirname');
Expand Down

0 comments on commit 1417a6a

Please sign in to comment.