Skip to content

Commit 9fb90ca

Browse files
pedroprado010panva
authored andcommitted
style: add missing semicolon (auth0#641)
1 parent a9e38b8 commit 9fb90ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var isPlainObject = require('lodash.isplainobject');
99
var isString = require('lodash.isstring');
1010
var once = require('lodash.once');
1111

12-
var SUPPORTED_ALGS = ['RS256', 'RS384', 'RS512', 'ES256', 'ES384', 'ES512', 'HS256', 'HS384', 'HS512', 'none']
12+
var SUPPORTED_ALGS = ['RS256', 'RS384', 'RS512', 'ES256', 'ES384', 'ES512', 'HS256', 'HS384', 'HS512', 'none'];
1313
if (PS_SUPPORTED) {
1414
SUPPORTED_ALGS.splice(3, 0, 'PS256', 'PS384', 'PS512');
1515
}

0 commit comments

Comments
 (0)