Skip to content

Commit 645c5ef

Browse files
author
Shanthosh Pushparajah
committed
eslint fix
1 parent 4f16d5c commit 645c5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

verifyCredentials.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"use strict";
1+
'use strict';
22

33
module.exports = verify;
44

@@ -11,7 +11,7 @@ module.exports = verify;
1111
*/
1212

1313
const authTypes = {
14-
BASIC: 'BASIC',
14+
BASIC: 'BASIC'
1515
};
1616

1717
function verify(credentials) {

0 commit comments

Comments
 (0)