Skip to content

Commit 9b1f96f

Browse files
committed
Fix missing refs
Signed-off-by: Etienne Donneger <[email protected]>
1 parent d24d6f0 commit 9b1f96f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/cli/src/commands/auth.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ export default class AuthCommand extends Command {
3434
this.error('✖ Deploy key must not exceed 200 characters', { exit: 1 });
3535
}
3636

37-
if (product === 'hosted-service' || node?.match(/api.thegraph.com/)) {
38-
this.error('✖ The hosted service is deprecated', { exit: 1 });
39-
}
40-
4137
try {
4238
await saveDeployKey(node!, deployKey);
4339
print.success(`Deploy key set for ${node}`);

0 commit comments

Comments
 (0)