Skip to content

Commit 80dd64d

Browse files
committed
hide init subgraph option
1 parent 34f8095 commit 80dd64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/protocols/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default class Protocol {
9292
near: ['near'],
9393
cosmos: ['cosmos'],
9494
substreams: ['substreams'],
95-
subgraph: ['subgraph'],
95+
// subgraph: ['subgraph'],
9696
}) as immutable.Collection<ProtocolName, immutable.List<string>>;
9797
}
9898

0 commit comments

Comments
 (0)