Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyruppel committed Oct 9, 2023
1 parent 3b0a0e3 commit 7474877
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

var request = require('superagent');
var parse = require('querystring').parse;
var version = require('../package.json').version;

/**
* Subclass superagent's Request class so that we can add
Expand Down

0 comments on commit 7474877

Please sign in to comment.