Skip to content

Commit

Permalink
Remove duplicate require('ms') line
Browse files Browse the repository at this point in the history
  • Loading branch information
yavorski committed Oct 31, 2015
1 parent eb272d6 commit 7c00bcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var JWT = module.exports;

var JsonWebTokenError = JWT.JsonWebTokenError = require('./lib/JsonWebTokenError');
var TokenExpiredError = JWT.TokenExpiredError = require('./lib/TokenExpiredError');
var ms = require('ms')

JWT.decode = function (jwt, options) {
options = options || {};
Expand Down

0 comments on commit 7c00bcb

Please sign in to comment.