Skip to content

Commit 8984d59

Browse files
refactored mac-token-type
1 parent d38b75c commit 8984d59

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/token-types/mac-token-type.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ const ServerError = require('../errors/server-error');
1010
* Constructor.
1111
*/
1212

13-
function MacTokenType() {
14-
throw new ServerError('Not implemented.');
13+
class MacTokenType {
14+
constructor() {
15+
throw new ServerError('Not implemented.');
16+
}
1517
}
1618

1719
/**

0 commit comments

Comments
 (0)