Skip to content

Commit d24d6f0

Browse files
committed
Fix linting
Signed-off-by: Etienne Donneger <[email protected]>
1 parent 6b6fedb commit d24d6f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/cli/src/commands/deploy.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ export default class DeployCommand extends Command {
125125
this.error('No Graph node provided');
126126
}
127127

128-
const isStudio = node.match(/studio/);
129-
130128
const requestUrl = new URL(node);
131129
const client = createJsonRpcClient(requestUrl);
132130

0 commit comments

Comments
 (0)