mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Allow for repos that are forks
This commit is contained in:
parent
2335405615
commit
b445332ab8
@ -12,7 +12,7 @@ const queryGithub = graphql`
|
||||
query GitHubReposInfo {
|
||||
github {
|
||||
organization(login: "oceanprotocol") {
|
||||
repositories(first: 100, privacy: PUBLIC, isFork: false) {
|
||||
repositories(first: 100, privacy: PUBLIC) {
|
||||
edges {
|
||||
node {
|
||||
name
|
||||
|
Loading…
x
Reference in New Issue
Block a user