Skip to content

Commit

Permalink
Fix dependencies in rule template
Browse files Browse the repository at this point in the history
  • Loading branch information
ADTC authored Oct 2, 2023
1 parent d532894 commit e8bebf1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rules/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ module.exports = ({ extensionURL = '', username = 'Unknown', clientID = '', clie
* This rule has been automatically generated by
* ${username} at ${new Date().toISOString()}
*/
var request = require('[email protected]');
var queryString = require('querystring');
var Promise = require('[email protected]');
var jwt = require('jsonwebtoken@7.1.9');
var jwt = require('jsonwebtoken');
var CONTINUE_PROTOCOL = 'redirect-callback';
var LOG_TAG = '[ACCOUNT_LINK]: ';
Expand Down

0 comments on commit e8bebf1

Please sign in to comment.