We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb51b1 commit 85e4e7aCopy full SHA for 85e4e7a
‎cli/src/cli.ts‎
@@ -591,7 +591,7 @@ export const handleArgs = (args: string[]) => {
591
log('DEBUG', 'Running inspect command');
592
const ct = new OpenTDF({
593
platformUrl: argv.platformUrl,
594
- authProvider: new InvalidAuthProvider()
+ authProvider: new InvalidAuthProvider(),
595
});
596
try {
597
const reader = ct.open(await parseReadOptions(argv));
0 commit comments