Skip to content

Commit f5bfa07

Browse files
authoredJun 13, 2024··
Fix bug in graph auth (#1683)
* fix graph auth * changeset
1 parent 6a886f9 commit f5bfa07

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed
 

‎.changeset/six-moles-appear.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphprotocol/graph-cli': patch
3+
---
4+
5+
fix graph auth

‎packages/cli/src/commands/auth.ts

-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ export default class AuthCommand extends Command {
5757
required: true,
5858
}));
5959

60-
// Poor var naming will cleanup later
61-
({ node } = chooseNodeUrl({ product: node, studio: false }));
62-
6360
// eslint-disable-next-line -- prettier has problems with ||=
6461
deployKey =
6562
deployKey ||

0 commit comments

Comments
 (0)
Please sign in to comment.