Skip to content

Commit 798b8fd

Browse files
philnashdkundel
authored andcommitted
refactor: missed a secureStorage arg
1 parent b88e0e2 commit 798b8fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/token/video.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const createToken = require('../../helpers/accessToken.js');
55
const globalFlags = require('../../helpers/globalFlags.js');
66

77
class VideoTokenGenerator extends TwilioClientCommand {
8-
constructor(argv, config, secureStorage) {
9-
super(argv, config, secureStorage);
8+
constructor(argv, config) {
9+
super(argv, config);
1010

1111
this.showHeaders = true;
1212
}

0 commit comments

Comments
 (0)