Skip to content

Commit cd35e45

Browse files
committed
fix: Correct flag to scope, not scopes
1 parent 43455d1 commit cd35e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ restricted to any specific frontend scopes only.
9090

9191
const client = new Client(this.clientConfig as any);
9292
const token = await client.getBearerToken(
93-
flags.scopes as JWTScope[],
93+
flags.scope as JWTScope[],
9494
flags.expiresIn
9595
);
9696

0 commit comments

Comments
 (0)