Skip to content

Commit

Permalink
Fix bug in graph auth (#1683)
Browse files Browse the repository at this point in the history
* fix graph auth

* changeset
  • Loading branch information
azf20 authored Jun 13, 2024
1 parent 6a886f9 commit f5bfa07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-moles-appear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/graph-cli': patch
---

fix graph auth
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 f5bfa07

Please sign in to comment.