Skip to content

Commit

Permalink
fix graph auth
Browse files Browse the repository at this point in the history
  • Loading branch information
azf20 committed Jun 13, 2024
1 parent 6a886f9 commit e8d54a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/cli/src/commands/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ export default class AuthCommand extends Command {
required: true,
}));

// Poor var naming will cleanup later
({ node } = chooseNodeUrl({ product: node, studio: false }));

// eslint-disable-next-line -- prettier has problems with ||=
deployKey =
deployKey ||
Expand Down

0 comments on commit e8d54a0

Please sign in to comment.