From 1417a6a07ef87923a0c797089dd0eedae971d6c4 Mon Sep 17 00:00:00 2001 From: Dylan Caldwell Date: Thu, 31 Aug 2017 11:21:14 -0700 Subject: [PATCH] 2FA --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 131d93d..873f68a 100644 --- a/index.js +++ b/index.js @@ -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');