Skip to content

Commit

Permalink
Omit version on request which fixes the version issue with Node 18.
Browse files Browse the repository at this point in the history
  • Loading branch information
Poolshark authored Jan 24, 2024
1 parent d532894 commit 200189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = ({ extensionURL = '', username = 'Unknown', clientID = '', clie
* This rule has been automatically generated by
* ${username} at ${new Date().toISOString()}
*/
var request = require('request@2.56.0');
var request = require('request');
var queryString = require('querystring');
var Promise = require('[email protected]');
var jwt = require('[email protected]');
Expand Down

0 comments on commit 200189f

Please sign in to comment.