Skip to content

Commit

Permalink
hide init subgraph option
Browse files Browse the repository at this point in the history
  • Loading branch information
YaroShkvorets committed Dec 7, 2024
1 parent 34f8095 commit 80dd64d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/protocols/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default class Protocol {
near: ['near'],
cosmos: ['cosmos'],
substreams: ['substreams'],
subgraph: ['subgraph'],
// subgraph: ['subgraph'],
}) as immutable.Collection<ProtocolName, immutable.List<string>>;
}

Expand Down

0 comments on commit 80dd64d

Please sign in to comment.